typescript-state-machine
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "typescript-state-machine", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": { | ||
@@ -18,2 +18,3 @@ "type": "git", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build": "tsc" | ||
@@ -20,0 +21,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
157251