compilerr
Advanced tools
Comparing version 11.0.8 to 11.0.9
@@ -32,4 +32,4 @@ { | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-holy-grail": "^57.2.17", | ||
"eslint": "^8.46.0", | ||
"eslint-config-holy-grail": "^57.2.20", | ||
"grunt": "^1.6.1", | ||
@@ -52,3 +52,3 @@ "grunt-cli": "^1.4.3", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.26.3", | ||
"rollup": "^3.27.2", | ||
"sinon": "^15.2.0", | ||
@@ -87,3 +87,3 @@ "sinon-chai": "^3.7.0", | ||
"scripts": { | ||
"build": "rimraf build/* && tsc --project src/tsconfig.json && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node", | ||
"build": "rimraf build/* && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node", | ||
"lint": "npm run lint:config && npm run lint:src && npm run lint:test", | ||
@@ -94,7 +94,7 @@ "lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/", | ||
"prepare": "husky install", | ||
"prepublishOnly": "grunt build", | ||
"prepublishOnly": "npm run build", | ||
"test": "grunt lint && grunt test" | ||
}, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "11.0.8" | ||
"version": "11.0.9" | ||
} |
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
38591
61
654