We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49616a6 commit 543dd8eCopy full SHA for 543dd8e
package.json
@@ -5,11 +5,13 @@
5
"description": "extracts inlined source map and offers it to webpack",
6
"scripts": {
7
"test": "mocha -R spec",
8
- "travis:test": "mocha -R spec"
+ "travis:test": "mocha -R spec",
9
+ "release": "yarn run standard-version"
10
},
11
"devDependencies": {
12
+ "mocha": "^1.18.2",
13
"should": "^3.3.1",
- "mocha": "^1.18.2"
14
+ "standard-version": "^4.0.0"
15
16
"repository": {
17
"type": "git",
@@ -22,8 +24,8 @@
22
24
}
23
25
],
26
"dependencies": {
27
+ "async": "^0.9.0",
28
"loader-utils": "~0.2.2",
- "source-map": "~0.1.33",
- "async": "^0.9.0"
29
+ "source-map": "~0.1.33"
30
31
0 commit comments