Comparing version 1.1.3-alpha.0 to 1.1.3-alpha.5
{ | ||
"name": "cdeops", | ||
"version": "1.1.3-alpha.0", | ||
"version": "1.1.3-alpha.5", | ||
"description": "Cdecode - Extension API: build extensions that enhance coding experience in your cdeops editor", | ||
"scripts": { | ||
"tslint": "tslint -c tslint.json -p tsconfig.json './src/**/*.{ts,js}'", | ||
"docs": "typedoc", | ||
"prepublishOnly": "npm run tslint && npm run docs", | ||
"watch": "npm run build:lib:watch", | ||
"build": "npm run build:clean && npm run build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "webpack", | ||
"build:lib:watch": "npm run build:lib -- --watch" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "CDMBase LLC", | ||
"sideEffects": false, | ||
"main": "src/index.js", | ||
@@ -30,5 +19,16 @@ "module": "src/index.js", | ||
], | ||
"sideEffects": false, | ||
"author": "CDMBase LLC", | ||
"gitHead": "8a239dba166a29316563425719db0ac8f3c7a8c1" | ||
"scripts": { | ||
"build": "npm run build:clean && npm run build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "webpack", | ||
"build:lib:watch": "npm run build:lib -- --watch", | ||
"docs": "typedoc", | ||
"prepublishOnly": "npm run tslint && npm run docs", | ||
"tslint": "tslint -c tslint.json -p tsconfig.json './src/**/*.{ts,js}'", | ||
"watch": "npm run build:lib:watch" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "ebfa756a5bcd2d36c39d360a1d86b71c70ded54b" | ||
} |
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