Skip to content

Commit

Permalink
Add dist to package files
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Mar 13, 2015
1 parent 67d7ec5 commit a89615a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,8 @@
[RFC 7396]: http://tools.ietf.org/html/rfc7396


@version 1.0.0
@date 2015-02-27
@version 1.0.1
@date 2015-03-13
@stability 3 - Stable


Expand Down
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -2,8 +2,8 @@


/*
* @version 1.0.0
* @date 2015-02-27
* @version 1.0.1
* @date 2015-03-13
* @stability 3 - Stable
* @author Lauri Rooden <lauri@rooden.ee>
* @license MIT License
Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "json-util",
"version": "1.0.0",
"version": "1.0.1",
"stability": 3,
"author": "Lauri Rooden <lauri@rooden.ee>",
"license": "MIT",
Expand All @@ -16,6 +16,7 @@
"main": "index.js",
"readmeFilename": "README.md",
"files": [
"dist",
"index.js"
],
"scripts": {
Expand Down

0 comments on commit a89615a

Please sign in to comment.