Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Dec 17, 2017
1 parent 03ad926 commit 669ac78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-time-picker",
"version": "0.0.1-alpha",
"version": "2.0.0",
"description": "An input component for picking time for your React application.",
"main": "build/entry.js",
"es6": "src/entry.js",
Expand Down
16 changes: 8 additions & 8 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-time-picker-test-page",
"version": "0.0.1",
"version": "2.0.0",
"description": "A test page for React-Time-Picker.",
"private": true,
"scripts": {
Expand All @@ -20,25 +20,25 @@
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.2.0",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "latest",
"eslint": "^4.10.0",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-class-property": "^1.0.6",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"less": "^2.7.3",
"less-loader": "latest",
"react-hot-loader": "^3.1.2",
"style-loader": "latest",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}

0 comments on commit 669ac78

Please sign in to comment.