Skip to content

Commit 8123a3e

Browse files
committed
Change version
1 parent 3efa23e commit 8123a3e

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

package.json

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
11
{
2-
"name": "vertical-timeline-component-react",
3-
"version": "1.1.2",
4-
"description": "A simple component for create a vertical timeline with Reactjs",
5-
"main": "build/index.js",
6-
"repository": "https://github.com/Proskynete/vertical-timeline-component-react",
7-
"author": {
8-
"name": "Eduardo Alvarez",
9-
"email": "[email protected]"
10-
},
11-
"license": "MIT",
12-
"scripts": {
13-
"build": "webpack --mode production",
14-
"lint": "npm run lint:js",
15-
"lint:js": "eslint ./src/components/ --ignore-path .gitignore",
16-
"lint:js-fix": "eslint ./src/components/ --ignore-path .gitignore --fix",
17-
"start": "webpack --mode development --watch",
18-
"test": "jest",
19-
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
20-
"test:coverage": "jest --coverage",
21-
"test:watch": "jest --watchAll"
22-
},
23-
"keywords": [
24-
"React",
25-
"Reactjs",
26-
"Vertical Timeline Component React",
27-
"Vertical Timeline"
28-
],
29-
"peerDependencies": {
30-
"react": "^16.12.0"
31-
},
32-
"dependencies": {
33-
"chai": "^4.2.0",
34-
"chai-enzyme": "^1.0.0-beta.1",
35-
"coveralls": "^3.0.3",
36-
"enzyme": "^3.9.0",
37-
"enzyme-adapter-react-16": "^1.12.1",
38-
"jest": "^24.7.1",
39-
"path": "^0.12.7",
40-
"prop-types": "^15.7.2",
41-
"react": "^16.12.0",
42-
"react-dom": "^16.12.0",
43-
"styled-components": "^4.4.1",
44-
"webpack": "^4.41.5",
45-
"webpack-cli": "^3.3.10"
46-
},
47-
"devDependencies": {
48-
"@babel/core": "^7.0.0",
49-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
50-
"@babel/plugin-transform-react-jsx": "^7.0.0",
51-
"@babel/preset-env": "^7.0.0",
52-
"babel-jest": "^24.7.1",
53-
"babel-loader": "^8.0.0",
54-
"eslint": "^5.16.0",
55-
"eslint-config-airbnb": "^17.1.0",
56-
"eslint-import-resolver-webpack": "^0.11.1",
57-
"eslint-plugin-import": "^2.17.2",
58-
"eslint-plugin-jsx-a11y": "^6.2.1",
59-
"eslint-plugin-react": "^7.12.4",
60-
"react-test-renderer": "^16.8.6"
61-
}
62-
}
2+
"name": "vertical-timeline-component-react",
3+
"version": "1.2.1",
4+
"description": "A simple component for create a vertical timeline with Reactjs",
5+
"main": "build/index.js",
6+
"repository": "https://github.com/Proskynete/vertical-timeline-component-react",
7+
"author": {
8+
"name": "Eduardo Alvarez",
9+
"email": "[email protected]"
10+
},
11+
"license": "MIT",
12+
"scripts": {
13+
"build": "webpack --mode production",
14+
"lint": "npm run lint:js",
15+
"lint:js": "eslint ./src/components/ --ignore-path .gitignore",
16+
"lint:js-fix": "eslint ./src/components/ --ignore-path .gitignore --fix",
17+
"start": "webpack --mode development --watch",
18+
"test": "jest",
19+
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
20+
"test:coverage": "jest --coverage",
21+
"test:watch": "jest --watchAll"
22+
},
23+
"keywords": [
24+
"React",
25+
"Reactjs",
26+
"Vertical Timeline Component React",
27+
"Vertical Timeline"
28+
],
29+
"peerDependencies": {
30+
"react": "^16.12.0"
31+
},
32+
"dependencies": {
33+
"chai": "^4.2.0",
34+
"chai-enzyme": "^1.0.0-beta.1",
35+
"coveralls": "^3.0.3",
36+
"enzyme": "^3.9.0",
37+
"enzyme-adapter-react-16": "^1.12.1",
38+
"jest": "^24.7.1",
39+
"path": "^0.12.7",
40+
"prop-types": "^15.7.2",
41+
"react": "^16.12.0",
42+
"react-dom": "^16.12.0",
43+
"styled-components": "^4.4.1",
44+
"webpack": "^4.41.5",
45+
"webpack-cli": "^3.3.10"
46+
},
47+
"devDependencies": {
48+
"@babel/core": "^7.0.0",
49+
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
50+
"@babel/plugin-transform-react-jsx": "^7.0.0",
51+
"@babel/preset-env": "^7.0.0",
52+
"babel-jest": "^24.7.1",
53+
"babel-loader": "^8.0.0",
54+
"eslint": "^5.16.0",
55+
"eslint-config-airbnb": "^17.1.0",
56+
"eslint-import-resolver-webpack": "^0.11.1",
57+
"eslint-plugin-import": "^2.17.2",
58+
"eslint-plugin-jsx-a11y": "^6.2.1",
59+
"eslint-plugin-react": "^7.12.4",
60+
"react-test-renderer": "^16.8.6"
61+
}
62+
}

0 commit comments

Comments
 (0)