Skip to content

Commit 203f0b7

Browse files
committed
- Added dist folder to NPM and removed .scss file alvarotrigo#2297
1 parent 694ee39 commit 203f0b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fullpage.js",
33
"version": "2.8.6",
44
"description": "Create beautiful fullscreen scrolling websites",
5-
"main": "jquery.fullPage.js",
5+
"main": "dist/jquery.fullpage.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
@@ -19,9 +19,7 @@
1919
],
2020
"files": [
2121
"vendors",
22-
"jquery.fullPage.css",
23-
"jquery.fullPage.js",
24-
"jquery.fullPage.scss",
22+
"dist",
2523
"package.json",
2624
"README.md"
2725
],

0 commit comments

Comments
 (0)