hw-npm-module
Advanced tools
Comparing version 1.0.12 to 1.0.13-a
{ | ||
"name": "hw-npm-module", | ||
"version": "1.0.12", | ||
"version": "1.0.13-a", | ||
"description": "", | ||
@@ -14,3 +14,2 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"react": ">=16.12.0" | ||
@@ -23,3 +22,4 @@ }, | ||
}, | ||
"dependencies": {} | ||
"dependencies": {}, | ||
"icon": "./txj5ZDhR7uQ.png" | ||
} |
@@ -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 |
Sorry, the diff of this file is not supported yet
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
132718
9
3
10