Skip to content

Commit

Permalink
Add .npmignore file
Browse files Browse the repository at this point in the history
Closes #15
  • Loading branch information
ericf committed Dec 4, 2013
1 parent 17ee4b3 commit b250ff3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
artifacts/
coverage/
examples/
test/
.gitignore
.npmignore
.travis.yml
14 changes: 13 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Express State Change History
============================

NEXT
----

* Fixed `npm test` script so it runs on Windows. ([#17][])

* Added `.npmignore` file. ([#15][])


[#15]: https://github.com/yahoo/express-state/issues/15
[#17]: https://github.com/yahoo/express-state/issues/17


1.0.2 (2013-11-05)
------------------

Expand All @@ -9,7 +21,7 @@ Express State Change History
determine _which_ Express State module instance was used to extend the Express
app. ([#14][])

* Added "modown" keyword to package.json ([#16][])
* Added "modown" keyword to package.json. ([#16][])


[#14]: https://github.com/yahoo/express-state/issues/14
Expand Down

0 comments on commit b250ff3

Please sign in to comment.