Skip to content

Commit

Permalink
Bump npm version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maslianok committed Oct 10, 2017
1 parent 7f8de06 commit b8ad6ce
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Vitalii Maslianok <[email protected]> (https://github.com/maslianok)",
"version": "1.0.0",
"version": "1.1.0",
"bugs": {
"url": "https://github.com/maslianok/react-resize-detector/issues"
},
Expand Down Expand Up @@ -33,26 +33,19 @@
"example": "example"
},
"homepage": "https://github.com/maslianok/react-resize-detector",
"keywords": [
"react",
"resize",
"detector"
],
"keywords": ["react", "resize", "detector"],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
"maslianok <[email protected]>"
],
"contributors": [
"James J. Womack (@james_womack)"
],
"maintainers": ["maslianok <[email protected]>"],
"contributors": ["James J. Womack (@james_womack)"],
"name": "react-resize-detector",
"repository": {
"type": "git",
"url": "git+https://github.com/maslianok/react-resize-detector.git"
},
"scripts": {
"build": "babel --presets=react,es2015 --plugins=transform-object-assign,transform-class-properties src --out-dir lib",
"build":
"babel --presets=react,es2015 --plugins=transform-object-assign,transform-class-properties src --out-dir lib",
"clean": "rimraf lib",
"lint": "eslint -c .eslintrc src",
"prepublishOnly": "npm run lint && npm run clean && npm run build",
Expand Down

0 comments on commit b8ad6ce

Please sign in to comment.