Skip to content

Commit

Permalink
[2.0.2] fix tests, remove gulp from dependencies, add precommit linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdee committed Mar 31, 2018
1 parent d2f06e6 commit 1d3cdf0
Show file tree
Hide file tree
Showing 7 changed files with 5,064 additions and 1,265 deletions.
4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,9 @@
"env": {
"mocha": true,
"node": true
},
"globals": {
"document": true,
"window": true
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.1.1 (2018-03-31)

Updated: tests via updates to google-fonts-complete
Updated: package.json
Updated: eslint rules
Removed: gulp, gulp-eslint, gulp-mocha from devDependencies

## 2.1.0 (2017-09-18)

Fixed: issue with `hosted` keys
Expand Down
25 changes: 0 additions & 25 deletions gulpfile.js

This file was deleted.

0 comments on commit 1d3cdf0

Please sign in to comment.