Skip to content

Commit 543dd8e

Browse files
authored
chore(release): add standard-version (#33)
1 parent 49616a6 commit 543dd8e

File tree

2 files changed

+903
-7
lines changed

2 files changed

+903
-7
lines changed

package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"description": "extracts inlined source map and offers it to webpack",
66
"scripts": {
77
"test": "mocha -R spec",
8-
"travis:test": "mocha -R spec"
8+
"travis:test": "mocha -R spec",
9+
"release": "yarn run standard-version"
910
},
1011
"devDependencies": {
12+
"mocha": "^1.18.2",
1113
"should": "^3.3.1",
12-
"mocha": "^1.18.2"
14+
"standard-version": "^4.0.0"
1315
},
1416
"repository": {
1517
"type": "git",
@@ -22,8 +24,8 @@
2224
}
2325
],
2426
"dependencies": {
27+
"async": "^0.9.0",
2528
"loader-utils": "~0.2.2",
26-
"source-map": "~0.1.33",
27-
"async": "^0.9.0"
29+
"source-map": "~0.1.33"
2830
}
2931
}

0 commit comments

Comments
 (0)