Skip to content

Commit

Permalink
0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Jan 27, 2016
1 parent 139c091 commit 36ad97d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ node_js:
- "4.1"
before_script:
- npm install -g gulp
- npm install -g jspm
- jspm install
script:
- gulp eslint
- TRAVIS=1 npm run test
1 change: 0 additions & 1 deletion test/src/000init.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @type {fse|exports|module.exports}
*/
var fs = require('fs-extra');
var path = require('path');
var ESDoc = require('../../node_modules/esdoc/out/src/ESDoc.js');
var publisher = require('../../node_modules/esdoc/out/src/Publisher/publish.js');

Expand Down

0 comments on commit 36ad97d

Please sign in to comment.