Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed Dec 13, 2017
1 parent 350325d commit 0450c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arraybuffer-loader",
"version": "0.2.2",
"version": "1.0.0",
"description": "Webpack loader that returns file contents as a ArrayBuffer",
"scripts": {
"test": "npm-run-all test-browser test-node",
Expand All @@ -20,7 +20,6 @@
"loader-utils": "^1.1.0"
},
"devDependencies": {
"npm-run-all": "^4.1.2",
"chai": "^4.1.2",
"karma": "^1.1.2",
"karma-mocha": "^1.1.1",
Expand All @@ -30,6 +29,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.2",
"text-encoding": "^0.6.0",
"webpack": "^3.10.0"
},
Expand Down

0 comments on commit 0450c04

Please sign in to comment.