tabulify 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabulify",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -16,9 +16,13 @@
16
16
  "lint:fix": "eslint . --fix"
17
17
  },
18
18
  "keywords": [],
19
- "author": "",
19
+ "author": "Armin Basirian",
20
20
  "license": "ISC",
21
21
  "description": "",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/arbasirian/tabulify"
25
+ },
22
26
  "peerDependencies": {
23
27
  "react": "^18.3.1",
24
28
  "react-dom": "^18.3.1"