Skip to content

Commit

Permalink
Unpin chai and eslint versions
Browse files Browse the repository at this point in the history
greenkeeper.io will let us know if the minor/patch bumps break our code, so go wild.
  • Loading branch information
dasilvacontin committed Oct 30, 2015
1 parent bc05cb8 commit dadbe20
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 dadbe20

Please sign in to comment.