Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
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 anni fa
parent
bc05cb80dc
commit
dadbe203d5
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
package.json
+ 2
- 2
package.json
Vedi 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"
},
"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"
},
Write
Preview
Loading…
Annulla
Salva