Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Updated/cleaned package.json #397
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-martic-sociomantic committed Jun 28, 2018
1 parent 68568fd commit 0c8fe93
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 1,194 deletions.
17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@
"serve": "loch -e dev -c ./ -j src/defaults.json",
"start": "yarn loch:build && concurrently --kill-others \"yarn dev\" \"yarn serve\"",
"svgSprite": "./.prep-icon.sh && ./.generate-sprite.sh",
"test": "jest --config=cfg/jest.config.js",
"test:watch": "jest --watch --config=cfg/jest.config.js",
"test:v:build": "yarn loch:build",
"test:v:buildFresh": "concurrently \"yarn build\" \"yarn test:v:build\"",
"test:v:clean": "yarn loch:clean",
"test:v:ref": "visualTest -e dev -c ./ -j src/defaults.json -t reference",
"test:v": "visualTest -e dev -c ./ -j src/defaults.json",
"test:visuals": "yarn test:v:clean && yarn build && yarn test:v:build && yarn test:v",
"updateSprite": "yarn svgSprite && cp src/Icon/sprite.html dist/sprite.html && echo 'updated dist sprite'",
"updateStyles": "yarn dist && cp dist/styles.css dist/styles.scss && echo 'updated nessie dist styles'",
"jest-test": "jest-webpack",
"test": "jest --config=cfg/jest.config.js",
"test:watch": "jest --watch --config=cfg/jest.config.js"
"updateStyles": "yarn dist && cp dist/styles.css dist/styles.scss && echo 'updated nessie dist styles'"
},
"keywords": [
"scotland",
Expand Down Expand Up @@ -74,7 +73,6 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.2",
"codemirror": "^5.35.0",
"concurrently": "^3.5.1",
"css-loader": "^0.28.11",
Expand All @@ -92,21 +90,12 @@
"flounder": "^1.3.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.1.0",
"jest-codemods": "^0.15.0",
"jest-webpack": "^0.4.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^1.3.4",
"karma-webpack": "^3.0.0",
"loch-ness": "^2.2.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.1",
"microbejs": "^0.5.2",
"mini-css-extract-plugin": "^0.4.0",
"mocha": "^5.2.0",
"mock-local-storage": "^1.0.5",
"normalize.css": "^8.0.0",
"null-loader": "^0.1.1",
Expand Down
Loading

0 comments on commit 0c8fe93

Please sign in to comment.