Skip to content

Commit da452f9

Browse files
committed
version update
1 parent c6b347c commit da452f9

1 file changed

Lines changed: 68 additions & 68 deletions

File tree

package.json

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
{
2-
"name": "react-step-builder",
3-
"description": "Unopinionated multi step interface builder.",
4-
"author": "Samet Mutevelli <mutevellisamet@gmail.com> (https://sametmutevelli.com)",
5-
"version": "1.1.12",
6-
"private": false,
7-
"devDependencies": {
8-
"@babel/cli": "^7.8.4",
9-
"@babel/core": "^7.11.1",
10-
"@babel/runtime": "^7.8.4",
11-
"@testing-library/jest-dom": "^5.11.3",
12-
"@testing-library/react": "^10.4.9",
13-
"@testing-library/react-hooks": "^3.4.1",
14-
"coveralls": "^3.1.0",
15-
"react": "^16.12.0",
16-
"react-dom": "^16.12.0",
17-
"react-scripts": "3.4.0",
18-
"react-test-renderer": "^16.13.1"
19-
},
20-
"collectCoverageFrom": [
21-
"**/*.{js,jsx}",
22-
"!**/src/*.{js,jsx}",
23-
"**/src/lib/*.{js,jsx}",
24-
"!**/node_modules/**",
25-
"!**/tests/**",
26-
"!**/*.test.{js,jsx}",
27-
"!**/coverage/**"
28-
],
29-
"scripts": {
30-
"start": "react-scripts start",
31-
"build": "SET NODE_ENV=production&babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
32-
"test": "jest --collect-coverage",
33-
"coverage": "jest --coverage --detectOpenHandles --forceExit || true",
34-
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
35-
},
36-
"keywords": [
37-
"step-builder",
38-
"react-step-builder",
39-
"create steps in react",
40-
"step by step form",
41-
"multi step form",
42-
"react multi step registration"
43-
],
44-
"eslintConfig": {
45-
"extends": "react-app"
46-
},
47-
"browserslist": {
48-
"production": [
49-
">0.2%",
50-
"not dead",
51-
"not op_mini all"
52-
],
53-
"development": [
54-
"last 1 chrome version",
55-
"last 1 firefox version",
56-
"last 1 safari version"
57-
]
58-
},
59-
"main": "dist/index",
60-
"typings": "dist/index",
61-
"module": "dist/index.js",
62-
"files": [
63-
"dist",
64-
"README.md"
65-
],
66-
"repository": {
67-
"type": "git",
68-
"url": "https://github.com/sametweb/react-step-builder"
69-
}
2+
"name": "react-step-builder",
3+
"description": "Unopinionated multi step interface builder.",
4+
"author": "Samet Mutevelli <mutevellisamet@gmail.com> (https://sametmutevelli.com)",
5+
"version": "1.1.13",
6+
"private": false,
7+
"devDependencies": {
8+
"@babel/cli": "^7.8.4",
9+
"@babel/core": "^7.11.1",
10+
"@babel/runtime": "^7.8.4",
11+
"@testing-library/jest-dom": "^5.11.3",
12+
"@testing-library/react": "^10.4.9",
13+
"@testing-library/react-hooks": "^3.4.1",
14+
"coveralls": "^3.1.0",
15+
"react": "^16.12.0",
16+
"react-dom": "^16.12.0",
17+
"react-scripts": "3.4.0",
18+
"react-test-renderer": "^16.13.1"
19+
},
20+
"collectCoverageFrom": [
21+
"**/*.{js,jsx}",
22+
"!**/src/*.{js,jsx}",
23+
"**/src/lib/*.{js,jsx}",
24+
"!**/node_modules/**",
25+
"!**/tests/**",
26+
"!**/*.test.{js,jsx}",
27+
"!**/coverage/**"
28+
],
29+
"scripts": {
30+
"start": "react-scripts start",
31+
"build": "SET NODE_ENV=production&babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
32+
"test": "jest --collect-coverage",
33+
"coverage": "jest --coverage --detectOpenHandles --forceExit || true",
34+
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
35+
},
36+
"keywords": [
37+
"step-builder",
38+
"react-step-builder",
39+
"create steps in react",
40+
"step by step form",
41+
"multi step form",
42+
"react multi step registration"
43+
],
44+
"eslintConfig": {
45+
"extends": "react-app"
46+
},
47+
"browserslist": {
48+
"production": [
49+
">0.2%",
50+
"not dead",
51+
"not op_mini all"
52+
],
53+
"development": [
54+
"last 1 chrome version",
55+
"last 1 firefox version",
56+
"last 1 safari version"
57+
]
58+
},
59+
"main": "dist/index",
60+
"typings": "dist/index",
61+
"module": "dist/index.js",
62+
"files": [
63+
"dist",
64+
"README.md"
65+
],
66+
"repository": {
67+
"type": "git",
68+
"url": "https://github.com/sametweb/react-step-builder"
69+
}
7070
}

0 commit comments

Comments
 (0)