node-csfd-api
Advanced tools
Comparing version 3.0.0-next.9 to 3.0.0-next.10
{ | ||
"name": "node-csfd-api", | ||
"version": "3.0.0-next.9", | ||
"version": "3.0.0-next.10", | ||
"description": "ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)", | ||
@@ -12,3 +12,3 @@ "main": "./cjs/index.js", | ||
"barrels": "barrelsby -c barrels.json", | ||
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn delete:unused-folders && yarn fix-paths ", | ||
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn delete:unused-folders && yarn fix-paths", | ||
"tsc": "tsc", | ||
@@ -18,3 +18,3 @@ "demo": "ts-node demo", | ||
"test": "jest", | ||
"fix-paths": "yarn json -I -f ./dist/package.json -e \"this.module='./esm/index.js';this.main='./cjs/index.js';this.types='./types/index.ts'\"", | ||
"fix-paths": "yarn json -I -f ./dist/package.json -e \"this.module='./esm/index.js';this.main='./cjs/index.js';this.types='./types/index.d.ts'\"", | ||
"delete:unused-folders": "rimraf ./dist/esm/interfaces ./dist/cjs/interfaces", | ||
@@ -63,3 +63,3 @@ "publish:next": "yarn && yarn build && yarn test --coverage true && cd dist && npm publish --tag next", | ||
"module": "./esm/index.js", | ||
"types": "./types/index.ts" | ||
"types": "./types/index.d.ts" | ||
} |
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
104829