Skip to content

Commit bcadba3

Browse files
committed
3.1.0
1 parent 7b9d65d commit bcadba3

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

package-lock.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: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "react-content-loader",
3-
"version": "3.0.2",
4-
"description":
5-
"React component that uses SVG to create a collection of loaders which simulates the structure of the content that will be loaded, similar to Facebook cards loaders.",
3+
"version": "3.1.0",
4+
"description": "React component that uses SVG to create a collection of loaders which simulates the structure of the content that will be loaded, similar to Facebook cards loaders.",
65
"repository": {
76
"type": "git",
87
"url": "https://github.com/danilowoz/react-content-loader"
@@ -16,8 +15,17 @@
1615
"url": "https://github.com/danilowoz/react-content-loader/issues"
1716
},
1817
"homepage": "https://github.com/danilowoz/react-content-loader",
19-
"keywords": ["react", "facebook-style", "loader", "loading", "content", "svg"],
20-
"files": ["dist"],
18+
"keywords": [
19+
"react",
20+
"facebook-style",
21+
"loader",
22+
"loading",
23+
"content",
24+
"svg"
25+
],
26+
"files": [
27+
"dist"
28+
],
2129
"sideEffects": false,
2230
"options": {
2331
"mocha": "--require scripts/mocha_runner ./tests/**/*.js ./tests/*.js"
@@ -35,8 +43,7 @@
3543
"flow": "flow",
3644
"precommit": "npm run lint",
3745
"prepush": "npm run test",
38-
"coverage":
39-
"cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha --compilers js:babel-register tests/**/*.js"
46+
"coverage": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha --compilers js:babel-register tests/**/*.js"
4047
},
4148
"devDependencies": {
4249
"@storybook/react": "^3.1.9",

0 commit comments

Comments
 (0)