Skip to content

Commit

Permalink
update linter, use babel 5 on wercker
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Nov 4, 2015
1 parent f887fa4 commit 320a556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"del": "^2.0.2",
"doctrine": "^0.7.0",
"eslint": "^1.5.1",
"eslint-config-ta-webapp": "^2.0.3",
"eslint-config-ta-webapp": "^2.1.0",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.0.0",
"eslint-plugin-mocha": "^1.0.0",
Expand All @@ -54,8 +54,8 @@
"gulp-util": "^3.0.6",
"highlight.js": "^8.9.1",
"imports-loader": "^0.6.4",
"json-loader": "^0.5.3",
"jquery": "^2.1.4",
"json-loader": "^0.5.3",
"karma": "^0.13.13",
"karma-cli": "^0.1.1",
"karma-mocha": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build:
- script:
name: install global packages
code: |
npm i -g babel
npm i -g babel@5.8.29
# A step that executes `npm test` command
- npm-test

Expand Down Expand Up @@ -78,7 +78,7 @@ deploy:
name: install dev and global packages
code: |
npm i --only=dev
npm i -g babel
npm i -g babel@5.8.29
- script:
name: generate docs
code: |
Expand Down

0 comments on commit 320a556

Please sign in to comment.