diff --git a/package.json b/package.json index 8488ec556..9fdc64801 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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": { @@ -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": {