diff --git a/index.js b/index.js new file mode 100644 index 0000000..7904bbe --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +module.exports = require('./css.js') diff --git a/package.json b/package.json index ba63a85..e0d6466 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "jotform-css.js", + "name": "jotform-cssjs", "version": "1.0.1", "description": "A lightweight, battle tested, fast, CSS parser in JavaScript.", - "main": "css.js", + "main": "index.js", "directories": { "test": "tests" },