Skip to content

Commit

Permalink
Updated to new Node SDK version (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hanssen committed Mar 5, 2021
1 parent de2782e commit 0b12cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
package-lock.json
package-lock.json
/.idea
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@preprio/vuejs-sdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "The official Prepr SDK for Vue.js",
"main": "lib/plugin.js",
"author": "",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@preprio/nodejs-sdk": "^1.0.1"
"@preprio/nodejs-sdk": "^1.1.0"
},
"devDependencies": {
"prettier": "^2.2.1"
Expand Down

0 comments on commit 0b12cdd

Please sign in to comment.