Skip to content

Commit

Permalink
deps & travis needed npm install coffee-script -g
Browse files Browse the repository at this point in the history
  • Loading branch information
anodynos committed Oct 9, 2014
1 parent c708f94 commit e06a27a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_js:

before_script:
- npm install -g grunt-cli
- grunt
- npm install -g coffee-script
- grunt build
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"main": "./build/code/urequire.js",
"preferGlobal": false,
"scripts": {
"test": "node_modules/.bin/mocha build/spec/**/**.js --recursive --reporter spec --bail"
"test": "grunt test"
},
"directories": {
"doc": "./doc",
Expand All @@ -55,10 +55,7 @@
"almond": "0.2.x",
"bluebird": "2.3.x",
"butter-require": ">=0.0.3",
"coco": "*",
"coffee-script": "*",
"iced-coffee-script": "*",
"LiveScript": "*",
"commander": "2.2.x",
"escodegen": "1.x.x",
"esmangle": "1.x.x",
Expand All @@ -78,7 +75,9 @@
"urequire-rc-coffee-script": "*",
"urequire-rc-iced-coffee-script": "*",
"urequire-rc-coco": "*",
"urequire-rc-livescript": "*"
"urequire-rc-livescript": "*",
"urequire-rc-exec": "*",
"urequire-rc-inject-version": "*"
},
"devDependencies": {
"chai": "*",
Expand All @@ -90,8 +89,6 @@
"grunt-contrib-concat": "0.1.x",
"grunt-shell": "~0.3.x",
"grunt-contrib-watch": "~0.5.3",
"urequire-rc-exec": "*",
"urequire-rc-inject-version": "*",
"urequire-rc-less": "*"
}
}

0 comments on commit e06a27a

Please sign in to comment.