Skip to content

Commit 666914d

Browse files
committed
update jsPointerLock
1 parent cdc5092 commit 666914d

4 files changed

Lines changed: 15 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# jsRemote
22
[![NPM Version][npm-image]][npm-url]
33
[![NPM Downloads][downloads-image]][downloads-url]
4+
[![License][license-image]][license-url]
45

56
**NodeJS Desktop Remote using W3C Pointer Lock**
67

@@ -45,3 +46,5 @@ http://myipaddress:4444/
4546
[npm-url]: https://npmjs.org/package/jsremote
4647
[downloads-image]: https://img.shields.io/npm/dm/jsremote.svg
4748
[downloads-url]: https://npmjs.org/package/jsremote
49+
[license-image]: https://img.shields.io/npm/l/jsremote.svg
50+
[license-url]: LICENSE

client/jspm.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ SystemJS.config({
3232
"github:*/*.json"
3333
],
3434
map: {
35-
"jspointerlock": "github:ardean/jsPointerLock@0.3.3",
35+
"jspointerlock": "github:ardean/jsPointerLock@1.0.0",
3636
"assert": "npm:jspm-nodelibs-assert@0.2.0",
37-
"events": "github:jspm/nodelibs-events@0.1.1",
37+
"events": "npm:jspm-nodelibs-events@0.2.0",
3838
"jquery": "npm:jquery@3.1.1",
3939
"process": "npm:jspm-nodelibs-process@0.2.0",
4040
"util": "npm:jspm-nodelibs-util@0.2.1"
4141
},
4242
packages: {
43-
"github:ardean/jsPointerLock@0.3.3": {
43+
"github:jspm/nodelibs-events@0.1.1": {
4444
"map": {
45-
"jquery": "npm:jquery@3.1.1",
46-
"events": "github:jspm/nodelibs-events@0.1.1"
45+
"events": "npm:events@1.0.2"
4746
}
4847
},
49-
"github:jspm/nodelibs-events@0.1.1": {
48+
"github:ardean/jsPointerLock@1.0.0": {
5049
"map": {
51-
"events": "npm:events@1.0.2"
50+
"jquery": "npm:jquery@3.1.1",
51+
"events": "github:jspm/nodelibs-events@0.1.1"
5252
}
5353
}
5454
}

dist/client/index.js

Lines changed: 2 additions & 2 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,6 +1,6 @@
11
{
22
"name": "jsremote",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "NodeJS Desktop Remote using W3C Pointer Lock",
55
"main": "index.js",
66
"scripts": {
@@ -52,8 +52,8 @@
5252
"baseURL": "client"
5353
},
5454
"dependencies": {
55-
"jspointerlock": "github:ardean/jsPointerLock@^0.3.3",
56-
"events": "github:jspm/nodelibs-events@^0.1.1",
55+
"jspointerlock": "github:ardean/jsPointerLock@^1.0.0",
56+
"events": "npm:jspm-nodelibs-events@^0.2.0",
5757
"jquery": "npm:jquery@^3.1.1"
5858
},
5959
"devDependencies": {

0 commit comments

Comments
 (0)