Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit 1ae6a0b

Browse files
author
rgalus
committed
Add index.js
1 parent 82ffc5d commit 1ae6a0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

index.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
var Sticky = require('./dist/sticky.compile.js');
3+
4+
module.exports = Sticky;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sticky-js",
33
"version": "1.1.0",
44
"description": "Sticky elements",
5-
"main": "dist/sticky.compile.js",
5+
"main": "index.js",
66
"scripts": {
77
"start": "gulp",
88
"build": "gulp build",

0 commit comments

Comments
 (0)