Remove unnecessary build step

This commit is contained in:
Christoph Diehl 2018-03-20 02:33:18 +01:00
parent 08b59b356a
commit 1a7c08c16c
No known key found for this signature in database
GPG Key ID: 799CE5B68FEF404A
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@mozillasecurity/octo",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"keywords": [
"fuzzing",
@ -26,7 +26,6 @@
"test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose",
"build": "webpack -p",
"watch": "webpack --watch",
"postinstall": "npm run build",
"precommit": "npm run test:lint"
},
"standard": {