* Bump to React 16.2

* adding prop to allow users to bring their own icon library instead of using font-awesome #19
* merging in #20 so that react peer dependency version is updated
* bumping version to `0.1.5`

* fixing build
This commit is contained in:
Jason Salzman
2017-12-05 17:18:14 -08:00
committed by GitHub
parent a053ccd015
commit 4daecab7f2
7 changed files with 1652 additions and 20751 deletions
+11 -14
View File
@@ -1,8 +1,9 @@
{
"author": "Jason Salzman",
"name": "react-add-to-calendar",
"description": "A simple and reusable add to calendar button component for React",
"version": "0.1.4",
"description":
"A simple and reusable add to calendar button component for React",
"version": "0.1.5",
"license": "MIT",
"homepage": "https://github.com/jasonsalzman/react-add-to-calendar",
"repository": {
@@ -14,11 +15,7 @@
},
"main": "dist/react-add-to-calendar.min.js",
"style": "dist/react-add-to-calendar.min.css",
"files": [
"*.md",
"dist",
"lib"
],
"files": ["*.md", "dist", "lib"],
"keywords": [
"react",
"add-to-calendar",
@@ -38,7 +35,7 @@
"codecov": "^2.2.0",
"create-react-class": "^15.5.3",
"css-loader": "^0.28.2",
"enzyme": "^2.8.2",
"enzyme": "^3.2.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
@@ -73,11 +70,11 @@
"lodash": "^4.17.4",
"mocha": "^3.4.1",
"mocha-jsdom": "^1.1.0",
"node-sass": "^3.13.1",
"node-sass": "^4.7.2",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react": "^16.2.0",
"react-docgen": "^2.15.0",
"react-dom": "^15.5.4",
"react-dom": "^16.2.0",
"react-transform-hmr": "^1.0.4",
"sass-loader": "^4.1.1",
"sinon": "^1.17.7",
@@ -88,8 +85,8 @@
"webpack-hot-middleware": "^2.18.0"
},
"peerDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react": "^15.5.4 || ^16.0.0",
"react-dom": "^15.5.4 || ^16.0.0"
},
"optionalDependencies": {
"moment": "^2.18.1"
@@ -102,4 +99,4 @@
"prepublish": "npm run build",
"codecov": "cat coverage/*/lcov.info | ./node_modules/codecov/bin/codecov"
}
}
}