fix(manifest-editor): remove postinstall script

This commit is contained in:
Sérgio Ramos 2017-09-14 17:01:34 +01:00
parent e842f73b41
commit c234b70bf7
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "joyent-manifest-editor",
"version": "1.1.0",
"version": "1.2.1",
"license": "MPL-2.0",
"description": "",
"keywords": [],
@ -19,7 +19,6 @@
"test": "echo 0 `# bup && NODE_ENV=test jest --coverage`",
"test-ci": "echo 0 `# NODE_ENV=test JEST_JUNIT_OUTPUT=$CIRCLE_TEST_REPORTS/test/manifest-editor.xml jest --coverage --coverageDirectory=$CIRCLE_ARTIFACTS/manifest-editor --testResultsProcessor=$(node -e \"console.log(require.resolve('jest-junit'))\")`",
"build": "bup",
"postinstall": "bup",
"prepublish": "redrun build"
},
"dependencies": {