Skip to content

Commit

Permalink
Update and simplify package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle authored and phillipj committed May 31, 2020
1 parent 3182bd1 commit a7f1c3d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,19 @@
"templates",
"ejs"
],
"main": "./mustache.js",
"main": "mustache.js",
"bin": {
"mustache": "./bin/mustache"
},
"files": [
"mustache.js",
"bin/",
"mustache.mjs",
"mustache.min.js",
"bin",
"wrappers",
"LICENSE"
"wrappers/"
],
"volo": {
"url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
},
"engines": {
"npm": ">=1.4.0"
},
"scripts": {
"build": "rollup mustache.mjs --file mustache.js --format umd --name Mustache --banner '// This file has been generated from mustache.mjs' && uglifyjs mustache.js > mustache.min.js",
"test": "npm run test-lint && npm run test-unit",
Expand Down

0 comments on commit a7f1c3d

Please sign in to comment.