@elastic.io/jsonata-moment
Advanced tools
Comparing version 1.0.3 to 1.0.5
{ | ||
"name": "@elastic.io/jsonata-moment", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "Moment support for JSONata", | ||
@@ -9,3 +9,4 @@ "main": "dist/jsonata-moment.js", | ||
"prepublishOnly": "npm test", | ||
"build": "npm run clean && mkdir -p dist && npm run browserify", | ||
"build": "npm run clean && mkdir -p dist && npm run browserify && npm run babel && npm run minify", | ||
"babel": "babel --out-file dist/jsonata-moment.js dist/jsonata-moment.js", | ||
"browserify": "browserify src/jsonata-moment.js --outfile dist/jsonata-moment.js --standalone jsonataMoment", | ||
@@ -18,2 +19,5 @@ "minify": "uglifyjs dist/jsonata-moment.js -o dist/jsonata-moment.min.js --compress --mangle", | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.0", | ||
"browserify": "^14.4.0", | ||
@@ -20,0 +24,0 @@ "chai": "^4.1.1", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
459323
8381
9