Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit 94f9e2b

Browse files
committed
chore: Adds release tooling
1 parent 370ff3d commit 94f9e2b

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

package.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@
33
"version": "0.7.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "script loader module for webpack",
6+
"license": "MIT",
7+
"scripts": {
8+
"release": "standard-version"
9+
},
610
"dependencies": {
711
"raw-loader": "~0.5.1"
812
},
13+
"devDependencies": {
14+
"standard-version": "^4.2.0"
15+
},
916
"repository": {
1017
"type": "git",
11-
"url": "git@github.com:webpack/script-loader.git"
18+
"url": "https://github.com/webpack-contrib/script-loader.git"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/webpack/script-loader/issues"
1222
},
13-
"licenses": [
14-
{
15-
"type": "MIT",
16-
"url": "http://www.opensource.org/licenses/mit-license.php"
17-
}
18-
]
23+
"homepage": "https://github.com/webpack/script-loader"
1924
}

0 commit comments

Comments
 (0)