aboutsummaryrefslogtreecommitdiff
path: root/node_modules/handlebars/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/handlebars/package.json')
-rw-r--r--node_modules/handlebars/package.json42
1 files changed, 26 insertions, 16 deletions
diff --git a/node_modules/handlebars/package.json b/node_modules/handlebars/package.json
index fcbabc2c9..0da60a10b 100644
--- a/node_modules/handlebars/package.json
+++ b/node_modules/handlebars/package.json
@@ -1,7 +1,7 @@
{
"name": "handlebars",
"barename": "handlebars",
- "version": "4.0.10",
+ "version": "4.0.12",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
@@ -21,12 +21,12 @@
"node": ">=0.4.7"
},
"dependencies": {
- "async": "^1.4.0",
+ "async": "^2.5.0",
"optimist": "^0.6.1",
- "source-map": "^0.4.4"
+ "source-map": "^0.6.1"
},
"optionalDependencies": {
- "uglify-js": "^2.6"
+ "uglify-js": "^3.1.4"
},
"devDependencies": {
"aws-sdk": "^2.1.49",
@@ -35,22 +35,22 @@
"benchmark": "~1.0",
"dustjs-linkedin": "^2.0.2",
"eco": "~1.1.0-rc-3",
- "grunt": "~0.4.1",
+ "grunt": "^1.0.3",
"grunt-babel": "^5.0.0",
- "grunt-cli": "~0.1.10",
- "grunt-contrib-clean": "0.x",
- "grunt-contrib-concat": "0.x",
- "grunt-contrib-connect": "0.x",
- "grunt-contrib-copy": "0.x",
- "grunt-contrib-requirejs": "0.x",
- "grunt-contrib-uglify": "0.x",
- "grunt-contrib-watch": "0.x",
- "grunt-eslint": "^17.1.0",
+ "grunt-cli": "^1",
+ "grunt-contrib-clean": "^1",
+ "grunt-contrib-concat": "^1",
+ "grunt-contrib-connect": "^1",
+ "grunt-contrib-copy": "^1",
+ "grunt-contrib-requirejs": "^1",
+ "grunt-contrib-uglify": "^1",
+ "grunt-contrib-watch": "^1.1.0",
+ "grunt-eslint": "^20.1.0",
"grunt-saucelabs": "8.x",
"grunt-webpack": "^1.0.8",
"istanbul": "^0.3.0",
"jison": "~0.3.0",
- "mocha": "~1.20.0",
+ "mocha": "^5",
"mock-stdin": "^0.3.0",
"mustache": "^2.1.3",
"semver": "^5.0.1",
@@ -73,5 +73,15 @@
"buildConfig": {
"minify": true
}
- }
+ },
+ "files": [
+ "bin",
+ "dist/*.js",
+ "dist/amd/**/*.js",
+ "dist/cjs/**/*.js",
+ "lib",
+ "print-script",
+ "release-notes.md",
+ "runtime.js"
+ ]
}