Skip to content

Commit

Permalink
Moves browserify and babelify into dependencies #15
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Oct 1, 2015
1 parent 14c5962 commit c70a91a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.3.1",
"description": "Modern copy to clipboard. No Flash. Just 2kb",
"repository": "zenorocha/clipboard.js",
"license": "MIT",
"main": "dist/clipboard.js",
"browser": "src/clipboard.js",
"browserify": {
Expand All @@ -15,19 +16,18 @@
]
]
},
"license": "MIT",
"keywords": [
"clipboard",
"copy",
"cut"
],
"dependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"delegate-events": "^1.1.1",
"tiny-emitter": "^1.0.0"
},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"karma": "^0.13.10",
"karma-browserify": "^4.4.0",
"karma-chai": "^0.1.0",
Expand Down

0 comments on commit c70a91a

Please sign in to comment.