Skip to content

Commit

Permalink
Merge pull request #524 from janl/unpin-chai-eslint
Browse files Browse the repository at this point in the history
Unpin chai and eslint versions
  • Loading branch information
phillipj committed Oct 30, 2015
2 parents bc05cb8 + dadbe20 commit a518c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"test-browser-local": "npm run pre-test-browser && zuul --local 8080 -- test/context-test.js test/scanner-test.js test/parse-test.js test/render-test-browser.js"
},
"devDependencies": {
"chai": "3.4.0",
"eslint": "1.7.3",
"chai": "^3.4.0",
"eslint": "^1.7.3",
"mocha": "^2.1.0",
"zuul": "^3.7.0"
},
Expand Down

0 comments on commit a518c6d

Please sign in to comment.