Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Update Nuxt.js with 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 dd8a2c8 commit 5b73234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
package-lock.json
/.idea
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@preprio/nuxtjs-sdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "The official Prepr SDK for Nuxt.js",
"main": "lib/module.js",
"author": "",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@preprio/nodejs-sdk": "^1.1.0"
},
"devDependencies": {
"prettier": "^2.2.1"
},
"dependencies": {
"@preprio/nodejs-sdk": "^1.0.1"
}
}

0 comments on commit 5b73234

Please sign in to comment.