Skip to content

Commit 9c915ff

Browse files
committed
Specify "main" in package.json
1 parent 49a9002 commit 9c915ff

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
#########
33

4+
2.1.2
5+
*****
6+
7+
- specified ``main`` in ``package.json`` for ease of use
8+
9+
410
2.1.1
511
*****
612

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-scrollwatch",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"license": "MIT",
55
"description": "jQuery plugin for determining active sections on the page based on scrolling",
66
"keywords": ["jQuery", "scrollwatch", "scroll", "navigation", "active", "class"],
@@ -9,5 +9,6 @@
99
},
1010
"files": [
1111
"src/scrollwatch.js"
12-
]
12+
],
13+
"main": "src/scrollwatch.js"
1314
}

0 commit comments

Comments
 (0)