Skip to content

Commit 90753e5

Browse files
committed
Update version
1 parent a400e32 commit 90753e5

File tree

2 files changed

+6339
-12
lines changed

2 files changed

+6339
-12
lines changed

package.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "react-content-loader",
3-
"version": "1.4.0",
4-
"description": "This project is a collection the loader based on styles cards on Facebook, make with SVG and React.",
3+
"version": "1.4.1",
4+
"description":
5+
"This project is a collection the loader based on styles cards on Facebook, make with SVG and React.",
56
"repository": {
67
"type": "git",
78
"url": "https://github.com/danilowoz/react-content-loader"
@@ -13,20 +14,15 @@
1314
"url": "https://github.com/danilowoz/react-content-loader/issues"
1415
},
1516
"homepage": "https://github.com/danilowoz/react-content-loader",
16-
"keywords": [
17-
"react",
18-
"facebook-style",
19-
"loader",
20-
"loading",
21-
"content",
22-
"svg"
23-
],
17+
"keywords": ["react", "facebook-style", "loader", "loading", "content", "svg"],
2418
"options": {
2519
"mocha": "--require scripts/mocha_runner ./tests/**/*.js ./tests/*.js"
2620
},
2721
"scripts": {
28-
"watch": "babel --plugins transform-es2015-modules-umd src --watch --ignore tests --out-dir ./dist",
29-
"prepublish": "babel --plugins transform-es2015-modules-umd src --ignore tests --out-dir ./dist",
22+
"watch":
23+
"babel --plugins transform-es2015-modules-umd src --watch --ignore tests --out-dir ./dist",
24+
"prepublish":
25+
"babel --plugins transform-es2015-modules-umd src --ignore tests --out-dir ./dist",
3026
"lint": "eslint 'src/**/*.js'",
3127
"prettier": "prettier --write 'src/**/*.{js,jsx,json,css}'",
3228
"testonly": "mocha $npm_package_options_mocha",

0 commit comments

Comments
 (0)