Skip to content

Commit 3682e8e

Browse files
committed
Format package json
1 parent d40057a commit 3682e8e

1 file changed

Lines changed: 42 additions & 42 deletions

File tree

package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "mrm-task-webpack",
3-
"version": "1.0.0",
4-
"description": "",
5-
"author": {
6-
"name": "Victor Chan"
7-
},
8-
"homepage": "https://github.com/victorzchan/mrm-task-webpack",
9-
"repository": "victorzchan/mrm-task-webpack",
10-
"license": "MIT",
11-
"engines": {
12-
"node": ">=6.9"
13-
},
14-
"main": "index.js",
15-
"files": [
16-
"index.js"
17-
],
18-
"scripts": {
19-
"lint": "eslint . --cache --fix",
20-
"pretest": "npm run lint",
21-
"format": "prettier --loglevel warn --write \"**/*.{js,css,md}\"",
22-
"posttest": "npm run format"
23-
},
24-
"keywords": [],
25-
"dependencies": {
26-
"mrm-core": "^4.1.0"
27-
},
28-
"devDependencies": {
29-
"eslint": "^6.8.0",
30-
"husky": ">=4",
31-
"lint-staged": ">=10",
32-
"prettier": ">=2"
33-
},
34-
"husky": {
35-
"hooks": {
36-
"pre-commit": "lint-staged"
37-
}
38-
},
39-
"lint-staged": {
40-
"*.js": "eslint --cache --fix",
41-
"*.{js,css,md}": "prettier --write"
42-
}
43-
}
2+
"name": "mrm-task-webpack",
3+
"version": "1.0.0",
4+
"description": "",
5+
"author": {
6+
"name": "Victor Chan"
7+
},
8+
"homepage": "https://github.com/victorzchan/mrm-task-webpack",
9+
"repository": "victorzchan/mrm-task-webpack",
10+
"license": "MIT",
11+
"engines": {
12+
"node": ">=6.9"
13+
},
14+
"main": "index.js",
15+
"files": [
16+
"index.js"
17+
],
18+
"scripts": {
19+
"lint": "eslint . --cache --fix",
20+
"pretest": "npm run lint",
21+
"format": "prettier --loglevel warn --write \"**/*.{js,css,md}\"",
22+
"posttest": "npm run format"
23+
},
24+
"keywords": [],
25+
"dependencies": {
26+
"mrm-core": "^4.1.0"
27+
},
28+
"devDependencies": {
29+
"eslint": "^6.8.0",
30+
"husky": ">=4",
31+
"lint-staged": ">=10",
32+
"prettier": ">=2"
33+
},
34+
"husky": {
35+
"hooks": {
36+
"pre-commit": "lint-staged"
37+
}
38+
},
39+
"lint-staged": {
40+
"*.js": "eslint --cache --fix",
41+
"*.{js,css,md}": "prettier --write"
42+
}
43+
}

0 commit comments

Comments
 (0)