slite-change
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "slite-change", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A simple change management system for SQLite3 written in pure JavaScript/TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "slite-change.js", |
@@ -83,1 +83,22 @@ # slite-change | ||
This is a new project and the authors first time posting to NPM. If something is not working please send an email to the contact above. | ||
## Developing This Project | ||
One time only install and setup. | ||
```bash | ||
npm install --global np | ||
npm i -g typescript -D | ||
npm i -g typings -D | ||
tsc --init | ||
``` | ||
``tsc`` is configured to compile in ``package.json`` in ``scripts``. | ||
To compile | ||
```bash | ||
npm run build | ||
``` | ||
Publishing is done by ``np`` | ||
```bash | ||
np | ||
`` |
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
28038
104