@kitql/client
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@kitql/client", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -25,4 +25,5 @@ "devDependencies": { | ||
"./package.json": "./package.json", | ||
"./KitQLClient": "./KitQLClient.js", | ||
".": "./index.js" | ||
} | ||
} |
{ | ||
"name": "@kitql/client", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -13,4 +13,3 @@ "scripts": { | ||
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", | ||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .", | ||
"release": "cd ./dist && npm publish" | ||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ." | ||
}, | ||
@@ -17,0 +16,0 @@ "devDependencies": { |
@@ -16,4 +16,3 @@ import adapter from '@sveltejs/adapter-auto'; | ||
package: { | ||
dir: 'dist', | ||
exports: (file) => file === 'index.ts' | ||
dir: 'dist' | ||
} | ||
@@ -20,0 +19,0 @@ } |
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
12347
307