Skip to content

Commit 53d8a50

Browse files
Feature/xapi.js 2.0.0 (#37)
* use new param format * 2.0.0
1 parent 20c9190 commit 53d8a50

File tree

3 files changed

+158
-145
lines changed

3 files changed

+158
-145
lines changed

package-lock.json

Lines changed: 49 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@xapi/xapi-demo",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "",
55
"scripts": {
66
"build": "stencil build",
77
"start": "stencil build --dev --watch --serve",
88
"archive": "npm run build && cd www && bestzip ../xapi-demo.zip *"
99
},
1010
"devDependencies": {
11-
"@stencil/core": "^2.6.0",
11+
"@stencil/core": "^2.9.0",
1212
"bestzip": "^2.2.0"
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"@xapi/xapi": "^1.2.1"
16+
"@xapi/xapi": "^2.0.0"
1717
}
1818
}

0 commit comments

Comments
 (0)