Skip to content

Commit

Permalink
Merge pull request #65 from joshuawaheed/FIX/WEBDEV-891
Browse files Browse the repository at this point in the history
[FIX/WEBDEV-891] Remove postinstall and revert build process
  • Loading branch information
naseberry committed Nov 13, 2018
2 parents ee1a91d + f9d7263 commit ab58e01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "pugin-components",
"version": "0.8.6",
"version": "0.8.7",
"description": "A shunter npm package containing dust components for beta.parliament.uk",
"main": "index.js",
"scripts": {
"postinstall": "make build",
"test": "NODE_ENV=test node ./node_modules/nyc/bin/nyc.js --reporter=lcov ./node_modules/mocha/bin/mocha --recursive test",
"testfocus": "NODE_ENV=test ./node_modules/mocha/bin/mocha --recursive"
},
Expand Down

0 comments on commit ab58e01

Please sign in to comment.