@secondstaxorg/sscomp 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -51,7 +51,7 @@ node -v
51
51
  ### Installing
52
52
 
53
53
  ```
54
- npm i @secondstax/sscomp
54
+ npm i @secondstaxorg/sscomp
55
55
  ```
56
56
 
57
57
  ## 🎈 Usage <a name="usage"></a>
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
7
- "repository": {},
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/Secondstax/sscomp"
10
+ },
8
11
  "description": "A react component library for secondstax",
9
12
  "main": "dist/cjs/index.js",
10
13
  "module": "dist/esm/index.js",