We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350325d commit 0450c04Copy full SHA for 0450c04
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arraybuffer-loader",
3
- "version": "0.2.2",
+ "version": "1.0.0",
4
"description": "Webpack loader that returns file contents as a ArrayBuffer",
5
"scripts": {
6
"test": "npm-run-all test-browser test-node",
@@ -20,7 +20,6 @@
20
"loader-utils": "^1.1.0"
21
},
22
"devDependencies": {
23
- "npm-run-all": "^4.1.2",
24
"chai": "^4.1.2",
25
"karma": "^1.1.2",
26
"karma-mocha": "^1.1.1",
@@ -30,6 +29,7 @@
30
29
"karma-sourcemap-loader": "^0.3.7",
31
"karma-webpack": "^2.0.6",
32
"mocha": "^4.0.1",
+ "npm-run-all": "^4.1.2",
33
"text-encoding": "^0.6.0",
34
"webpack": "^3.10.0"
35
0 commit comments