Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 41a91f2

Browse files
author
Kenny Tran
committed
Merge pull request #33 from mesosphere/bug/use-render-column
Add npm-shrinkwrap file to package and bump version
2 parents b07a35a + 80ffef5 commit 41a91f2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactjs-components",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "React UI Components by Mesosphere",
55
"author": {
66
"name": "Mesosphere Frontend Team",
@@ -10,7 +10,8 @@
1010
"license": "Apache-2.0",
1111
"files": [
1212
"main.js",
13-
"lib"
13+
"lib",
14+
"npm-shrinkwrap.json"
1415
],
1516
"main": "main.js",
1617
"dependencies": {

0 commit comments

Comments
 (0)