Skip to content

Commit

Permalink
metadata: bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Mar 21, 2020
1 parent ee90ce1 commit 27ebeaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemini-node-api",
"version": "2.0.0",
"version": "2.1.0",
"description": "Gemini Node.js API",
"main": "build/index.js",
"directories": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^3.8.3"
},
"scripts": {
"build": "tsc",
"build": "rm -fr build && tsc",
"prepublishOnly": "npm run prettier && npm run lint && npm run build && npm run prettier-write && npm run lint-fix",
"postpublish": "rm -fr build",
"coverage": "nyc npm test && nyc report --reporter=lcov",
Expand Down

0 comments on commit 27ebeaa

Please sign in to comment.