Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit ff568a9

Browse files
committed
chore: Adds release tooling
1 parent 2b7dcc9 commit ff568a9

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

package.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,13 @@
22
"name": "svg-inline-loader",
33
"version": "0.7.1",
44
"description": "Cleans up and inlines your SVG files into Webpack module.",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "karma start"
8-
},
95
"author": "Jaeho Lee <[email protected]>",
106
"license": "MIT",
11-
"repository": {
12-
"type": "git",
13-
"url": "[email protected]:sairion/svg-inline-loader.git"
14-
},
15-
"keywords": [
16-
"svg",
17-
"webpack",
18-
"react",
19-
"loader"
20-
],
21-
"bugs": {
22-
"url": "https://github.com/sairion/svg-inline-loader/issues"
7+
"main": "index.js",
8+
"scripts": {
9+
"test": "karma start",
10+
"release": "standard-version"
2311
},
24-
"homepage": "https://github.com/sairion/svg-inline-loader",
2512
"dependencies": {
2613
"loader-utils": "^0.2.11",
2714
"object-assign": "^4.0.1",
@@ -40,6 +27,21 @@
4027
"mocha": "^2.5.3",
4128
"node-libs-browser": "^1.0.0",
4229
"raw-loader": "^0.5.1",
30+
"standard-version": "^4.2.0",
4331
"webpack": "^1.13.1"
44-
}
45-
}
32+
},
33+
"repository": {
34+
"type": "git",
35+
"url": "[email protected]:sairion/svg-inline-loader.git"
36+
},
37+
"bugs": {
38+
"url": "https://github.com/sairion/svg-inline-loader/issues"
39+
},
40+
"homepage": "https://github.com/sairion/svg-inline-loader",
41+
"keywords": [
42+
"svg",
43+
"webpack",
44+
"react",
45+
"loader"
46+
]
47+
}

0 commit comments

Comments
 (0)