Skip to content

Commit

Permalink
Add files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xuopled committed Jun 3, 2017
1 parent d64e8da commit 092fce5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.2 - 2017-06-03

* Add: `files` to package.json

# 1.2.1 - 2017-06-03

* Update: Use `npm` to publish package
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "react-responsive-masonry",
"version": "1.2.1",
"version": "1.2.2",
"description": "React responsive masonry component built with css flexbox",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/xuopled/react-responsive-masonry.git"
Expand All @@ -20,6 +19,10 @@
"url": "https://github.com/xuopled/react-responsive-masonry/issues"
},
"homepage": "https://github.com/xuopled/react-responsive-masonry#readme",
"main": "lib/index.js",
"files": [
"lib"
],
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-eslint": "^7.2.1",
Expand Down

0 comments on commit 092fce5

Please sign in to comment.