Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Sep 18, 2017
1 parent a400e32 commit 90753e5
Show file tree
Hide file tree
Showing 2 changed files with 6,339 additions and 12 deletions.
20 changes: 8 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "react-content-loader",
"version": "1.4.0",
"description": "This project is a collection the loader based on styles cards on Facebook, make with SVG and React.",
"version": "1.4.1",
"description":
"This project is a collection the loader based on styles cards on Facebook, make with SVG and React.",
"repository": {
"type": "git",
"url": "https://github.com/danilowoz/react-content-loader"
Expand All @@ -13,20 +14,15 @@
"url": "https://github.com/danilowoz/react-content-loader/issues"
},
"homepage": "https://github.com/danilowoz/react-content-loader",
"keywords": [
"react",
"facebook-style",
"loader",
"loading",
"content",
"svg"
],
"keywords": ["react", "facebook-style", "loader", "loading", "content", "svg"],
"options": {
"mocha": "--require scripts/mocha_runner ./tests/**/*.js ./tests/*.js"
},
"scripts": {
"watch": "babel --plugins transform-es2015-modules-umd src --watch --ignore tests --out-dir ./dist",
"prepublish": "babel --plugins transform-es2015-modules-umd src --ignore tests --out-dir ./dist",
"watch":
"babel --plugins transform-es2015-modules-umd src --watch --ignore tests --out-dir ./dist",
"prepublish":
"babel --plugins transform-es2015-modules-umd src --ignore tests --out-dir ./dist",
"lint": "eslint 'src/**/*.js'",
"prettier": "prettier --write 'src/**/*.{js,jsx,json,css}'",
"testonly": "mocha $npm_package_options_mocha",
Expand Down
Loading

0 comments on commit 90753e5

Please sign in to comment.