Skip to content

Commit

Permalink
npm testing build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoEmb committed Feb 15, 2021
1 parent d685fdd commit 67fe64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "enami",
"version": "0.7.0",
"version": "0.7.1",
"description": "Animation on scroll package",
"main": "src/index.js",
"main": "dist/enami.js",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 67fe64f

Please sign in to comment.