Skip to content

Commit

Permalink
Specify "main" in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shira-374 committed Sep 23, 2018
1 parent 13ad3e7 commit 539876e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
#########

3.0.2
*****

- specified ``main`` in ``package.json`` for ease of use


3.0.1
*****

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-scrollfix",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"description": "jQuery plugin for making an element fixed when it goes out of view",
"keywords": ["jquery", "scroll", "fix", "fixed", "position"],
Expand All @@ -9,5 +9,6 @@
},
"files": [
"src/scrollfix.js"
]
],
"main": "src/scrollfix.js"
}

0 comments on commit 539876e

Please sign in to comment.