Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nihey committed Dec 23, 2022
1 parent 6c17341 commit a8265f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@videomatik/api",
"version": "2.0.0",
"version": "2.1.0",
"description": "Videomatik's External API to render Videos",
"author": "Videomatik Team",
"homepage": "https://videomatik.com.br",
"license": "MIT",
"main": "dist/index.js",
"bugs": "https://github.com/Videomatik/node-sdk/issues",
"bugs": {
"url": "https://videomatik.com.br"
},
"repository": {
"type": "git",
"url": "https://github.com/Videomatik/node-sdk"
Expand All @@ -20,9 +22,6 @@
"build": "BABEL_ENV=production babel src/index.js -d dist/",
"prepublishOnly": "npm run clean && npm run build"
},
"bugs": {
"url": "https://videomatik.com.br"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"axios": "^0.19.0",
Expand Down

0 comments on commit a8265f3

Please sign in to comment.