diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5e1634d --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +.idea/ +/dist/*.zip + + +.gitignore +.travis.yml \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 4d41409..28ad398 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: + - 6.3 - 5.10 branches: only: diff --git a/README.md b/README.md index 2fcfb73..9203178 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,4 @@ Clear, concise pull requests are excellent at continuing the project's community ##License -Print.js is available under the [MIT license](https://github.com/crabbly/Print.js/blob/master/LICENSE.md). +Print.js is available under the [MIT license](https://github.com/crabbly/Print.js/blob/master/LICENSE). diff --git a/package.json b/package.json index c890a63..7db0b31 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "http://printjs.crabbly.com", "description": "A tiny javascript library to help printing from the web.", "version": "1.0.3", - "main": "Print.js", + "main": "src/print.js", "repository": { "type": "git", "url": "https://github.com/crabbly/Print.js"