Skip to content

Commit 122e70b

Browse files
Miles Johnsonpvasek
authored andcommitted
Fix package json.
1 parent de35926 commit 122e70b

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
2-
"name": "react-docgen-typescript",
3-
"version": "1.6.2",
4-
"description": "",
5-
"main": "lib/index.js",
6-
"types": "lib/index.d.ts",
7-
"scripts": {
8-
"precommit": "lint-staged",
9-
"tsc": "tsc",
10-
"prepublishOnly": "tsc -d",
11-
"test": "tsc && mocha --timeout 10000 ./lib/**/__tests__/**.js",
12-
"test:debug": "tsc && mocha --debug ./lib/**/__tests__/**.js",
13-
"print": "npm run tsc && node ./lib/print.js",
14-
"print:sample1": "npm run tsc && node ./lib/print.js ./src/__tests__/data/ColumnHigherOrderComponent.tsx simple",
15-
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
16-
"lint:fix": "npm run lint -- --fix",
17-
"prettier:base": "prettier --parser typescript --single-quote --trailing-comma none",
18-
"prettier:check": "npm run prettier:base -- -l \"src/**/*.{ts,tsx}\"",
19-
"prettier:write": "npm run prettier:base -- --write \"src/**/*.{ts,tsx}\""
20-
},
21-
"license": "MIT",
22-
"dependencies": {},
23-
"devDependencies": {
24-
"@types/chai": "^4.1.0",
25-
"@types/mocha": "^5.2.5",
26-
"@types/node": "^10.5.6",
27-
"@types/prop-types": "^15.5.4",
28-
"@types/react": "^16.4.7",
29-
"@types/source-map-support": "^0.4.1",
30-
"chai": "^4.1.2",
31-
"husky": "^0.14.3",
32-
"lint-staged": "^7.2.0",
33-
"mocha": "^5.2.0",
34-
"prettier": "^1.10.2",
35-
"prop-types": "^15.6.2",
36-
"react": "^16.4.2",
37-
"source-map-support": "^0.5.6",
38-
"tslint": "^5.11.0",
39-
"typescript": "3.0.1"
40-
},
41-
"files": [
42-
"lib",
43-
"README.md"
44-
]
2+
"name": "react-docgen-typescript",
3+
"version": "1.6.2",
4+
"description": "",
5+
"main": "lib/index.js",
6+
"types": "lib/index.d.ts",
7+
"scripts": {
8+
"precommit": "lint-staged",
9+
"tsc": "tsc",
10+
"prepublishOnly": "tsc -d",
11+
"test": "tsc && mocha --timeout 10000 ./lib/**/__tests__/**.js",
12+
"test:debug": "tsc && mocha --debug ./lib/**/__tests__/**.js",
13+
"print": "npm run tsc && node ./lib/print.js",
14+
"print:sample1": "npm run tsc && node ./lib/print.js ./src/__tests__/data/ColumnHigherOrderComponent.tsx simple",
15+
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
16+
"lint:fix": "npm run lint -- --fix",
17+
"prettier:base": "prettier --parser typescript --single-quote --trailing-comma none",
18+
"prettier:check": "npm run prettier:base -- -l \"src/**/*.{ts,tsx}\"",
19+
"prettier:write": "npm run prettier:base -- --write \"src/**/*.{ts,tsx}\""
20+
},
21+
"license": "MIT",
22+
"dependencies": {},
23+
"devDependencies": {
24+
"@types/chai": "^4.1.0",
25+
"@types/mocha": "^5.2.5",
26+
"@types/node": "^10.5.6",
27+
"@types/prop-types": "^15.5.4",
28+
"@types/react": "^16.4.7",
29+
"@types/source-map-support": "^0.4.1",
30+
"chai": "^4.1.2",
31+
"husky": "^0.14.3",
32+
"lint-staged": "^7.2.0",
33+
"mocha": "^5.2.0",
34+
"prettier": "^1.10.2",
35+
"prop-types": "^15.6.2",
36+
"react": "^16.4.2",
37+
"source-map-support": "^0.5.6",
38+
"tslint": "^5.11.0",
39+
"typescript": "3.0.1"
40+
},
41+
"files": [
42+
"lib",
43+
"README.md"
44+
]
4545
}

0 commit comments

Comments
 (0)