@hpcc-js/codemirror-shim
Advanced tools
Comparing version 0.0.57 to 0.0.58
{ | ||
"name": "@hpcc-js/codemirror-shim", | ||
"version": "0.0.57", | ||
"version": "0.0.58", | ||
"description": "hpcc-js - codemirror shim", | ||
@@ -16,2 +16,3 @@ "main": "dist/index.js", | ||
"compile-es6": "tsc --module es6 --outDir ./lib-es6", | ||
"compile-es6-watch": "npm run compile-es6 -- -w", | ||
"compile-umd": "tsc --module umd --outDir ./lib-umd", | ||
@@ -21,3 +22,3 @@ "bundle": "rollup -c", | ||
"build": "npm run compile-es6 && npm run bundle", | ||
"watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"", | ||
"watch": "concurrently --kill-others \"npm run compile-es6-watch\" \"npm run bundle-watch\"", | ||
"lint": "tslint --project . src/**/*.ts", | ||
@@ -24,0 +25,0 @@ "docs": "typedoc --options tdoptions.json ." |
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
2556033