File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 10
10
"watch" : " rimraf dist && tsc -p tsconfig.build.json --watch" ,
11
11
"prepublish" : " npm run build"
12
12
},
13
- "author" : " Max Gaurav max.gaurav@ithands.net " ,
13
+ "author" : " Max Gaurav max.gaurav@rubicotech.in " ,
14
14
"description" : " A promise based ORM wrapper for indexedDB" ,
15
15
"devDependencies" : {
16
16
"@typescript-eslint/eslint-plugin" : " ^4.31.1" ,
19
19
"eslint-config-prettier" : " ^8.3.0" ,
20
20
"eslint-plugin-prettier" : " ^4.0.0" ,
21
21
"prettier" : " ^2.4.0" ,
22
+ "rimraf" : " ^3.0.2" ,
22
23
"typescript" : " ^4.4.3"
23
24
},
24
25
"files" : [
32
33
],
33
34
"bugs" : {
34
35
"url" : " https://github.com/maxgaurav/indexeddb-orm/issues" ,
35
- "email" : " max.gaurav@ithands .net"
36
+ "email" : " max.gaurav@rubicotech .net"
36
37
},
37
38
"repository" : {
38
39
"type" : " git" ,
39
40
"url" : " https://github.com/maxgaurav/indexeddb-orm.git"
40
41
},
41
- "license" : " MIT" ,
42
- "dependencies" : {
43
- "rimraf" : " ^3.0.2"
44
- }
42
+ "license" : " MIT"
45
43
}
You can’t perform that action at this time.
0 commit comments