Skip to content

Commit

Permalink
Switched to extenal Can I Use database
Browse files Browse the repository at this point in the history
Minor refactoring
  • Loading branch information
sergeche committed Jun 28, 2016
1 parent 0a90181 commit 7aa7e4a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- "0.10"
- "4"
- "5"
- "6"
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions bundles/caniuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
* Bundler, used in builder script to statically
* include optimized caniuse.json into bundle
*/
var db = require('caniuse-db/data.json');
var ciu = require('../lib/assets/caniuse');
var db = require('../lib/caniuse.json');
ciu.load(db, true);
ciu.load(db, true);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Emmet — the essential toolkit for web-developers",
"main": "./lib/emmet.js",
"scripts": {
"test": "make test"
"test": "mocha --recursive --reporter list"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7aa7e4a

Please sign in to comment.