Skip to content

Commit 0450c04

Browse files
committed
v1.0.0
1 parent 350325d commit 0450c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arraybuffer-loader",
3-
"version": "0.2.2",
3+
"version": "1.0.0",
44
"description": "Webpack loader that returns file contents as a ArrayBuffer",
55
"scripts": {
66
"test": "npm-run-all test-browser test-node",
@@ -20,7 +20,6 @@
2020
"loader-utils": "^1.1.0"
2121
},
2222
"devDependencies": {
23-
"npm-run-all": "^4.1.2",
2423
"chai": "^4.1.2",
2524
"karma": "^1.1.2",
2625
"karma-mocha": "^1.1.1",
@@ -30,6 +29,7 @@
3029
"karma-sourcemap-loader": "^0.3.7",
3130
"karma-webpack": "^2.0.6",
3231
"mocha": "^4.0.1",
32+
"npm-run-all": "^4.1.2",
3333
"text-encoding": "^0.6.0",
3434
"webpack": "^3.10.0"
3535
},

0 commit comments

Comments
 (0)