Skip to content

Commit 060555c

Browse files
committed
update: author updated with new email and moved rimraf to dev dependency
1 parent 5dc884b commit 060555c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"watch": "rimraf dist && tsc -p tsconfig.build.json --watch",
1111
"prepublish": "npm run build"
1212
},
13-
"author": "Max Gaurav max.gaurav@ithands.net",
13+
"author": "Max Gaurav max.gaurav@rubicotech.in",
1414
"description": "A promise based ORM wrapper for indexedDB",
1515
"devDependencies": {
1616
"@typescript-eslint/eslint-plugin": "^4.31.1",
@@ -19,6 +19,7 @@
1919
"eslint-config-prettier": "^8.3.0",
2020
"eslint-plugin-prettier": "^4.0.0",
2121
"prettier": "^2.4.0",
22+
"rimraf": "^3.0.2",
2223
"typescript": "^4.4.3"
2324
},
2425
"files": [
@@ -32,14 +33,11 @@
3233
],
3334
"bugs": {
3435
"url": "https://github.com/maxgaurav/indexeddb-orm/issues",
35-
"email": "max.gaurav@ithands.net"
36+
"email": "max.gaurav@rubicotech.net"
3637
},
3738
"repository": {
3839
"type": "git",
3940
"url": "https://github.com/maxgaurav/indexeddb-orm.git"
4041
},
41-
"license": "MIT",
42-
"dependencies": {
43-
"rimraf": "^3.0.2"
44-
}
42+
"license": "MIT"
4543
}

0 commit comments

Comments
 (0)