@agile-ts/core
Advanced tools
Comparing version 0.0.6 to 0.0.7
# Change Log | ||
## 0.0.7 | ||
### Patch Changes | ||
- 7f89382: Updated ReadMe's | ||
## 0.0.6 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@agile-ts/core", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "BennoDev", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"homepage": "https://agile-ts.org/", | ||
"description": "Global state and logic framework for reactive JavaScript & TypeScript applications.", | ||
"keywords": [], | ||
"description": "Spacy, Simple, Scalable State Management Framework", | ||
"keywords": [ | ||
"agile", | ||
"agile-ts", | ||
"state-management", | ||
"state", | ||
"typescript", | ||
"reactive" | ||
], | ||
"main": "dist/index.js", | ||
@@ -15,3 +22,4 @@ "types": "dist/index.d.ts", | ||
"dev-push": "yalc push", | ||
"watch": "tsc-watch --onSuccess \"npm run dev-push\"" | ||
"watch": "tsc-watch --onSuccess \"npm run dev-push\"", | ||
"prepublish": "node ./scripts/prepublish.js && yarn run build" | ||
}, | ||
@@ -26,4 +34,6 @@ "publishConfig": { | ||
"files": [ | ||
"dist/**/*" | ||
"dist", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
286791
66
0
1
122