Skip to content

Commit c150b62

Browse files
authored
Merge pull request #159 from tbranyen/fix-tests-and-devtools
Fix tests and devtools
2 parents 19177d8 + 7c0634b commit c150b62

File tree

145 files changed

+5921
-2402
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+5921
-2402
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist
33
coverage
44
.nyc_output
55
package-lock.json
6+
lerna-debug.log

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
sudo: false
22
language: node_js
33

4+
addons:
5+
chrome: stable
6+
7+
before_script:
8+
- "export DISPLAY=:99.0"
9+
- "sh -e /etc/init.d/xvfb start"
10+
- "sleep 3"
11+
- "cat /etc/init.d/xvfb"
12+
413
node_js:
514
- 6.10.3
615

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <±/> diffHTML
22

3-
*A suite of JavaScript tools for building user interfaces.*
3+
*A suite of JavaScript user interface tools built for the web.*
44

55
Stable version: 1.0.0-beta.9
66

0 commit comments

Comments
 (0)