Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 88a5f5a

Browse files
committed
chore(pacakge): Add release tooling
1 parent 99b935f commit 88a5f5a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@
33
"version": "0.5.8",
44
"author": "Tobias Koppers @sokra",
55
"description": "url loader module for webpack",
6+
"license": "MIT",
7+
"scripts": {
8+
"release": "standard-version"
9+
},
610
"dependencies": {
711
"loader-utils": "^1.0.2",
812
"mime": "1.3.x"
913
},
14+
"devDependencies": {
15+
"standard-version": "^4.0.0"
16+
},
1017
"peerDependencies": {
1118
"file-loader": "*"
1219
},
1320
"repository": {
1421
"type": "git",
1522
"url": "[email protected]:webpack/url-loader.git"
16-
},
17-
"license": "MIT"
23+
}
1824
}

0 commit comments

Comments
 (0)