@mintlab/ui
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@mintlab/ui", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "EUPL-1.1", | ||
@@ -34,8 +34,12 @@ "description": "Mintlab React UI components used in Zaaksysteem.", | ||
"docs": "npm run consumerdocs && npm run developerdocs", | ||
"predry": "npm run deps && npm run prepages", | ||
"dry": "npm run lint && npm test -- --coverage && npm run webpack && npm run pages-tail", | ||
"lint": "eslint ./App ./node/storybook ./node/webpack", | ||
"qa": "npm run lint && npm test", | ||
"plop": "plop --plopfile ./node/plopfile.js", | ||
"prepipeline": "del ./public", | ||
"pipeline": "npm run build && npm test -- --coverage && npm run docs && npm run storybook && ./node/bin/cover", | ||
"prepages": "del ./public", | ||
"pages": "npm run build && npm test -- --coverage && npm run pages-tail", | ||
"pages-tail": "npm run docs && npm run storybook && ./node/bin/cover", | ||
"profile": "webpack --profile --json > profile.json", | ||
"prertfm": "NODE_ENV=development npm run pipeline", | ||
"prertfm": "NODE_ENV=development npm run pages", | ||
"rtfm": "http-server", | ||
@@ -90,2 +94,3 @@ "start": "NODE_ENV=development start-storybook -c ./node/storybook -p 3001", | ||
"eslint-loader": "^1.9.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-react": "^7.7.0", | ||
@@ -92,0 +97,0 @@ "extract-text-webpack-plugin": "^3.0.2", |
Sorry, the diff of this file is too big to display
1236029
69