Skip to content

Commit 0640bdd

Browse files
committed
Fixed dependencies in package.json
1 parent e890f6e commit 0640bdd

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.1] - 2019-06-17
8+
### Changed
9+
- Fixed dependencies in `package.json`
10+
711
## [1.0.0] - 2019-04-03
812
### Added
913
- New demo/api page (test folder) and a new height-test page

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-switch-button-react",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -15,21 +15,21 @@
1515
"build": "webpack -p"
1616
},
1717
"dependencies": {
18+
"react": "^16.7.0"
19+
},
20+
"devDependencies": {
1821
"@babel/core": "^7.4.0",
22+
"@babel/plugin-proposal-class-properties": "^7.4.0",
1923
"@babel/preset-env": "^7.3.4",
2024
"@babel/preset-react": "^7.0.0",
2125
"css-loader": "^2.1.1",
22-
"react": "^16.7.0",
23-
"style-loader": "^0.23.1",
24-
"webpack": "^4.12.0"
25-
},
26-
"devDependencies": {
27-
"@babel/plugin-proposal-class-properties": "^7.4.0",
2826
"@types/react": "^16.8.10",
2927
"babel-cli": "^6.26.0",
3028
"babel-loader": "^8.0.5",
3129
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3230
"babel-plugin-transform-react-jsx": "^6.24.1",
31+
"style-loader": "^0.23.1",
32+
"webpack": "^4.12.0",
3333
"webpack-cli": "^3.3.0"
3434
},
3535
"keywords": [
@@ -39,6 +39,7 @@
3939
"bootstrap-react",
4040
"bootstrap-switch-button",
4141
"bootstrap-switch-button-react",
42+
"react-switch-button",
4243
"react-bootstrap-switch-button"
4344
],
4445
"bugs": {

0 commit comments

Comments
 (0)