Skip to content

Commit

Permalink
fix: short-hash should be in deps not devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
jukben committed Dec 5, 2017
1 parent efea84a commit cc5eb8b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@
"test:integration:ci": "jest __integration-tests__",
"prepare": "yarn run build:clean && yarn run build:transpile && yarn run build:flow && yarn link",
"build:clean": "del build",
"build:transpile": "babel src --out-dir build --ignore '**/__tests__/**,**/__integration-tests__/**,**/__mocks__/**,**/__fixtures__/**'",
"build:transpile:watch": "babel src --out-dir build --watch --ignore '**/__tests__/**,**/__integration-tests__/**,**/__mocks__/**,**/__fixtures__/**'",
"build:flow": "flow-copy-source src build -i '{**/__tests__/**,**/__integration-tests__/**,**/__mocks__/**,**/__fixtures__/**}'",
"build:transpile":
"babel src --out-dir build --ignore '**/__tests__/**,**/__integration-tests__/**,**/__mocks__/**,**/__fixtures__/**'",
"build:transpile:watch":
"babel src --out-dir build --watch --ignore '**/__tests__/**,**/__integration-tests__/**,**/__mocks__/**,**/__fixtures__/**'",
"build:flow":
"flow-copy-source src build -i '{**/__tests__/**,**/__integration-tests__/**,**/__mocks__/**,**/__fixtures__/**}'",
"benchmark": "yarn run prepare && node ./benchmark/run.js",
"add-contributor": "all-contributors add"
},
"files": [
"/build",
"/babel.js",
"/server.js"
],
"files": ["/build", "/babel.js", "/server.js"],
"peerDependencies": {
"stylelint": "8.x",
"stylelint-config-recommended": "1.x"
Expand All @@ -46,6 +45,7 @@
"mkdirp": "^0.5.1",
"postcss": "^6.0.10",
"source-map": "^0.5.7",
"short-hash": "^1.0.0",
"stylis": "^3.2.13"
},
"devDependencies": {
Expand All @@ -69,7 +69,6 @@
"jest-image-snapshot": "^1.0.1",
"prettier": "^1.6.1",
"puppeteer": "^0.12.0",
"short-hash": "^1.0.0",
"strip-ansi": "^4.0.0"
},
"jest": {
Expand Down

0 comments on commit cc5eb8b

Please sign in to comment.