diff --git a/package.json b/package.json index d251f98..435f581 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "email": "me@noraesae.net" } ], - "main": "out/js/perfect-scrollbar.js", + "main": "src/js/main.js", "repository": { "type": "git", "url": "https://github.com/noraesae/perfect-scrollbar" diff --git a/src/js/main.js b/src/js/main.js new file mode 100644 index 0000000..faccca5 --- /dev/null +++ b/src/js/main.js @@ -0,0 +1,6 @@ +/* Copyright (c) 2015 Hyunje Alex Jun and other contributors + * Licensed under the MIT License + */ +'use strict'; + +module.exports = require('./plugin/ps');