hw-npm-module
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "hw-npm-module", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,12 +0,9 @@ | ||
#instructions: | ||
# how to create package | ||
1. npm init | ||
2. create | ||
npm pack | ||
npm install typescript -g | ||
npm i -D typescript | ||
tsc --init | ||
`npm i react -D` | ||
npm i @types/react -D | ||
tsc -p . | ||
npm run build | ||
1. `npm init` -- will init package.json | ||
2. npm pack /??? | ||
3. `npm install typescript -g` -- global installation for TS | ||
4. `npm i -D react @types/react typescript` -- add dev dependency for TS and React | ||
5. `tsc --init` -- init tsconfig.json | ||
6. `tsc -p .` -- will build specified targets in current path `.` | ||
7. `npm publish` -- will publish updates |
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
7818
10