@elastic.io/jsonata-moment
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@elastic.io/jsonata-moment", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Moment support for JSONata", | ||
@@ -9,6 +9,10 @@ "main": "dist/jsonata-moment.js", | ||
"prepublishOnly": "npm test", | ||
"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", | ||
"build": "npm run clean && mkdir -p dist && npm run build:normal && npm run build:es5", | ||
"build:normal": "npm run browserify && npm run minify", | ||
"build:es5": "npm run babel && npm run browserify:es5 && npm run minify:es5", | ||
"babel": "babel --out-file dist/jsonata-moment-es5.js dist/jsonata-moment.js", | ||
"browserify": "browserify src/jsonata-moment.js --outfile dist/jsonata-moment.js --standalone jsonataMoment", | ||
"browserify:es5": "browserify dist/jsonata-moment-es5.js --outfile dist/jsonata-moment-es5.js --standalone jsonataMoment", | ||
"minify": "uglifyjs dist/jsonata-moment.js -o dist/jsonata-moment.min.js --compress --mangle", | ||
"minify:es5": "uglifyjs dist/jsonata-moment-es5.js -o dist/jsonata-moment-es5.min.js --compress --mangle", | ||
"clean": "rm -rf dist" | ||
@@ -28,4 +32,4 @@ }, | ||
"moment": "2.18.1", | ||
"uglify-js": "^3.0.28" | ||
"uglify-es": "^3.0.28" | ||
} | ||
} |
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
289076
7760