Skip to content

Commit

Permalink
Merge b6e3405 into cdd4572
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedtabrizi committed Sep 18, 2020
2 parents cdd4572 + b6e3405 commit bf48eee
Show file tree
Hide file tree
Showing 8 changed files with 242 additions and 7,015 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ out
.vscode
*.tgz
*.log
package-lock.json
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"node.js"
],
"version": "3.0.11",
"types": "./types/orientjs.d.ts",
"author": {
"name": "Enrico Risa",
"email": "e.risa@orientdb.com"
Expand Down Expand Up @@ -44,7 +45,7 @@
},
{
"name": "Saeed Tabrizi",
"email": "saeed@nowcando.com"
"email": "saeed.tabrizi@gmail.com"
}
],
"repository": {
Expand All @@ -63,14 +64,16 @@
"yargs": "~11.0.0"
},
"devDependencies": {
"@types/node": "^14.11.1",
"expect.js": "~0.3.1",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"jsdoc": "3.5.5",
"jsdoc": "^3.6.5",
"jshint": "~2.9.4",
"mocha": "^6.1.3",
"nyc": "^14.0.0",
"should": "~4.6.2"
"should": "~4.6.2",
"typescript": "^4.0.2"
},
"optionalDependencies": {
"orientjs-native": "^2.2.0"
Expand Down

0 comments on commit bf48eee

Please sign in to comment.