Skip to content

Commit

Permalink
add npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed Aug 16, 2016
1 parent 171bd1e commit dc7a718
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.idea/
/dist/*.zip


.gitignore
.travis.yml
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- 6.3
- 5.10
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc7a718

Please sign in to comment.