@patwoz/semantic-release-test
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@patwoz/semantic-release-test", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"scripts": { | ||
@@ -12,3 +12,4 @@ "lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .", | ||
"build": "tsc", | ||
"semantic-release": "semantic-release" | ||
"semantic-release": "semantic-release", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -23,2 +24,4 @@ "author": "Patrick Wozniak <email@patwoz.de> (https://patwoz.de)", | ||
"private": false, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"devDependencies": { | ||
@@ -25,0 +28,0 @@ "@typescript-eslint/eslint-plugin": "2.12.0", |
@@ -14,4 +14,6 @@ { | ||
"removeComments": true, | ||
"outDir": "dist" | ||
} | ||
"outDir": "dist", | ||
"declaration": true | ||
}, | ||
"include": ["src/"] | ||
} |
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
6347
13
95