Skip to content

Commit

Permalink
Fixing NPM version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Morrison committed Nov 20, 2019
1 parent 00211b6 commit 7060ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "swipey",
"name": "swipey.js",
"version": "1.0.0",
"description": "A simple and lightweight JS library to add swipe gestures to your app",
"author": "Jordan-Morrison",
"license": "MIT",
"repository": "https://github.com/Jordan-Morrison/Swipey.js",
"main": "swipey.min.js",
"main": "./npm/swipey.min.js",
"files": [
"npm"
],
Expand Down

0 comments on commit 7060ab0

Please sign in to comment.