Skip to content

Commit 4a228f4

Browse files
committed
update
1 parent c29ad4c commit 4a228f4

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.npmignore

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
src/
2-
tests/
3-
*.ts
4-
*.map
5-
coverage/
1+
.github/
62
.husky/
73
badges/
4+
coverage/
85
node_modules/
9-
.github/
6+
src/
107
.gitignore
11-
.git/
12-
.gitmodules
138
.releaserc
9+
jest.config.js
10+
package-lock.json
11+
tsconfig.json
12+
tsconfig.node.json

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arunkumar_h/rule-engine",
3-
"version": "0.0.0-development",
3+
"version": "1.3.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -9,12 +9,12 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/Arunkumarcs/rule-engine.git"
12+
"url": "git+https://github.com/Arunkumarcs/rule-engine.git"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/Arunkumarcs/-arunkumar_h-rule-engine/issues"
15+
"url": "https://github.com/Arunkumarcs/rule-engine/issues"
1616
},
17-
"homepage": "https://github.com/Arunkumarcs/-arunkumar_h-rule-engine/tree/main#readme",
17+
"homepage": "https://github.com/Arunkumarcs/rule-engine/tree/main#readme",
1818
"publishConfig": {
1919
"access": "public"
2020
},

0 commit comments

Comments
 (0)