Skip to content

Commit bbd5b24

Browse files
committed
0.0.1
1 parent fa1c5de commit bbd5b24

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "react-trello-multiboard",
3-
"version": "0.0.0",
4-
"description":
5-
"React-Trello-Multiboard is a React application displaying multiple cards of several Trello boards and lists. The cards can be filtered by preferred team members.",
3+
"version": "0.0.1",
4+
"description": "React-Trello-Multiboard is a React application displaying multiple cards of several Trello boards and lists. The cards can be filtered by preferred team members.",
65
"repository": {
76
"type": "git",
87
"url": "git+https://github.com/natterstefan/react-trello-multiboard.git"
@@ -19,17 +18,15 @@
1918
"yarn": ">=1.3.0"
2019
},
2120
"scripts": {
22-
"build":
23-
"npm run build:clean-dist && cross-env NODE_ENV=production BABEL_ENV=production webpack -p --config webpack/prod.config.js",
21+
"build": "npm run build:clean-dist && cross-env NODE_ENV=production BABEL_ENV=production webpack -p --config webpack/prod.config.js",
2422
"build:clean-dist": "rm -rf dist",
2523
"build:dev": "npm run build:clean-dist && webpack --config webpack/dev.config.js",
2624
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
2725
"format": "eslint --fix ./src",
2826
"format:scss": "stylelint --fix ./src",
2927
"lint": "eslint ./src",
3028
"lint:scss": "stylelint ./src",
31-
"postinstall":
32-
"./node_modules/.bin/cpy \"./config/config.example.js\" \"./config\" --no-overwrite --rename=\"config.js\"",
29+
"postinstall": "./node_modules/.bin/cpy \"./config/config.example.js\" \"./config\" --no-overwrite --rename=\"config.js\"",
3330
"precommit": "lint-staged",
3431
"prepush": "npm test",
3532
"start": "webpack-dev-server --hot --config webpack/dev.config.js",
@@ -40,8 +37,15 @@
4037
"test:watch": "jest --watch"
4138
},
4239
"lint-staged": {
43-
"*.scss": ["stylelint --fix", "git add"],
44-
"*.js": ["eslint --fix", "git add", "jest --findRelatedTests"]
40+
"*.scss": [
41+
"stylelint --fix",
42+
"git add"
43+
],
44+
"*.js": [
45+
"eslint --fix",
46+
"git add",
47+
"jest --findRelatedTests"
48+
]
4549
},
4650
"peerDependencies": {
4751
"material-ui": "1.0.0-beta.36",

0 commit comments

Comments
 (0)