Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "expjson", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Super lightweight, fast, and optimized evaluate-able and compilable expressions in JSON written in TypeScript", | ||
@@ -34,5 +34,5 @@ "keywords": [ | ||
"build:browser": "tsc -p ./tsconfig.browser.json && tscpaths -p ./tsconfig.browser.json -s ./src -o ./dist/browser", | ||
"build:index": "tstf genIndex -o src/index.ts -w", | ||
"build:module": "tsc -p ./tsconfig.module.json && tscpaths -p ./tsconfig.module.json -s ./src -o ./lib", | ||
"build:node": "tsc -p ./tsconfig.node.json && tscpaths -p ./tsconfig.node.json -s ./src -o ./dist/node", | ||
"build:index": "tstf genIndex -o src/index.ts -w", | ||
"clean": "rm -rf ./lib ./dist ./coverage", | ||
@@ -43,3 +43,3 @@ "format": "prettier --write \"./*.{js,jsx,ts,tsx}\" \"./src/**/*.{js,jsx,ts,tsx}\"", | ||
"precommit": "npm run all", | ||
"prepublish": "npm run all", | ||
"prepublishOnly": "npm run all", | ||
"reinstall": "rm -rf ./node_modules ./package-lock.json ./yarn.lock && yarn", | ||
@@ -46,0 +46,0 @@ "start": "npm run test", |
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
148965