-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update some dependencies * chore: add yarn.lock, update gitignore * chore: update xo, fix or add rules * chore: remove orphaned jshint file * chore: cleanup package.json, add correct version * chore: update dependencies * build: update devDependencies * chore: update npmignore * build: use node >= 6 * chore: update dependencies, decrease semantic-release * build: fix linting with node >=6 * build: update devDependencies * build: update dependencies * build: fix travis build * build: update dependencies, revert version "fix" :-)
- Loading branch information
1 parent
831d4b0
commit ff8f9b0
Showing
12 changed files
with
9,754 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.DS_Store | ||
node_modules/ | ||
temp/ | ||
npm-debug.log | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.* | ||
.idea | ||
src/inject/expected/ | ||
src/inject/fixtures/ | ||
src/inject/*_test.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.