Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
Signed-off-by: tech4GT <[email protected]>
  • Loading branch information
tech4GT committed Jan 29, 2018
1 parent c19a663 commit 7699919
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "image-sequencer",
"version": "1.0.0",
"description": "A modular JavaScript image manipulation library modeled on a storyboard.",
"main": "index.js",
"main": "src/ImageSequencer.js",
"scripts": {
"debug": "node index.js -i ../imgs/back.png -s invert",
"test": "tape test/*.js | tap-spec; browserify test/image-sequencer.js test/chain.js test/replace.js | tape-run --render=\"tap-spec\""
},
"repository": {
Expand Down Expand Up @@ -40,7 +39,6 @@
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "^0.6.1",
"image-filter-core": "~1.0.0",
Expand Down

0 comments on commit 7699919

Please sign in to comment.