Skip to content

Commit

Permalink
perf(package): changes coffeescript dependency type
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Oct 31, 2015
1 parent 124b552 commit e6c43ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- 0.10
before_install:
- npm i npm -g
notifications:
email:
on_success: always
on_success: always
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"node": ">=0.10.0"
},
"dependencies": {
"coffee-script": "^1.7.1",
"loophole": "^1.0.0",
"node.extend": "^1.0.10"
},
Expand All @@ -37,6 +36,9 @@
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.0"
},
"peerDependencies": {
"coffee-script": "^1.7.1"
},
"scripts": {
"test": "gulp test"
},
Expand Down

0 comments on commit e6c43ee

Please sign in to comment.