Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsware committed Sep 18, 2018
1 parent edd234d commit da6839d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- '6.1'
- '8.9'
- '6.14'
- '8.12'
- '10.10'
deploy:
provider: npm
email: [email protected]
Expand Down
19 changes: 14 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
},
resolve: {
alias: {
'inferno-animation': path.resolve(__dirname, '../lib/index.js')
'inferno-animation': path.resolve(__dirname, '../src/index.js')
}
}
}

0 comments on commit da6839d

Please sign in to comment.