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

Commit 5b73234

Browse files
committed
Update Nuxt.js with new node SDK version (1.1.0)
1 parent dd8a2c8 commit 5b73234

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
package-lock.json
3+
/.idea

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@preprio/nuxtjs-sdk",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "The official Prepr SDK for Nuxt.js",
55
"main": "lib/module.js",
66
"author": "",
7-
"license": "ISC",
7+
"license": "MIT",
8+
"dependencies": {
9+
"@preprio/nodejs-sdk": "^1.1.0"
10+
},
811
"devDependencies": {
912
"prettier": "^2.2.1"
10-
},
11-
"dependencies": {
12-
"@preprio/nodejs-sdk": "^1.0.1"
1313
}
1414
}

0 commit comments

Comments
 (0)