This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
Unpin chai and eslint versions
greenkeeper.io will let us know if the minor/patch bumps break our code, so go wild.
tags/v2.2.1
David da Silva
10 years ago
parent
bc05cb80dc
commit
dadbe203d5
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
package.json
+ 2
- 2
package.json
View File
@@ -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"
"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": {
"devDependencies": {
"chai": "3.4.0",
"eslint": "1.7.3",
"chai": "
^
3.4.0",
"eslint": "
^
1.7.3",
"mocha": "^2.1.0",
"mocha": "^2.1.0",
"zuul": "^3.7.0"
"zuul": "^3.7.0"
},
},
Write
Preview
Loading…
Cancel
Save