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
Add spm support
tags/v1.0.0
afc163
11 years ago
parent
799f55d157
commit
6f601e6757
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
package.json
+ 7
- 0
package.json
View File
@@ -17,5 +17,12 @@
},
"scripts": {
"test": "mocha test"
},
"spm": {
"main": "mustache.js",
"ignore": [
"test",
"wrappers"
]
}
}
Write
Preview
Loading…
Cancel
Save