Author SHA1 Message Date
Aluan HaddadandGitHub 07b862b8ac Update node js version to 4.8.5
This fixes the CI failures on Travis caused by the use of hoek, a transitive dependency, that requires node >= 4.x.
2017-10-25 11:54:38 -04:00
Aluan HaddadandGitHub fd47234efe Rename webgazer@master.json to WebGazer@master.json 2017-10-25 11:19:43 -04:00
Aluan HaddadandGitHub 1c82868c99 fix filename to include branch 2017-10-25 11:16:24 -04:00
Aluan HaddadandGitHub 24a6973291 Merge pull request #1063 from ivanbacher/master
added registry entry and overrides for webgazer.js
2017-10-25 11:10:35 -04:00
Ivan 8eb5563be1 changed names to lowercase 2017-10-25 12:29:49 +01:00
Ivan ae73b68c58 added registry entry and overrides for webgazer.js 2017-10-25 11:50:40 +01:00
Guy BedfordandGitHub c4f56256fa Merge pull request #1061 from jspm/aluanhaddad-add-unpartial
add unpartial (https://github.com/unional/unpartial)
2017-10-09 10:44:37 +02:00
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '4.8.5'
branches:
only:
- master
@@ -0,0 +1,4 @@
{
"main": "build/webgazer.min.js",
"format": "global"
}
+1
View File
@@ -636,6 +636,7 @@
"vue": "npm:vue",
"webcomponents": "npm:webcomponents",
"webfont": "github:components/webfontloader",
"webgazer": "github:brownhci/WebGazer",
"when": "github:cujojs/when",
"wire": "github:cujojs/wire",
"wordcloud2": "github:timdream/wordcloud2.js",