Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 94a2da1

Browse files
committed
0.3.0
1 parent 2c4b42a commit 94a2da1

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

Diff for: package.json

+42-42
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
{
2-
"name": "react-to-typescript-definitions",
3-
"version": "0.2.1",
4-
"description": "Create typescript definitions files (d.ts) from react components",
5-
"main": "index.js",
6-
"bin": {
7-
"react2dts": "index.js"
8-
},
9-
"scripts": {
10-
"build": "tsc",
11-
"test": "npm run build && node -r babel-register ./node_modules/.bin/tape 'tests/**/*-test.js' |tap-spec",
12-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w",
13-
"prepublish": "not-in-install && npm run build || echo 'In install cycle, skipping prepublish'"
14-
},
15-
"author": {
16-
"name": "Markus Wolf",
17-
"email": "[email protected]"
18-
},
19-
"repository": {
20-
"type": "git",
21-
"url": "KnisterPeter/react-to-typescript-definitions"
22-
},
23-
"license": "MIT",
24-
"devDependencies": {
25-
"babel-preset-es2015": "6.3.13",
26-
"babel-register": "6.3.13",
27-
"cz-conventional-changelog": "1.1.5",
28-
"in-publish": "2.0.0",
29-
"react": "0.14.3",
30-
"tap-spec": "4.1.1",
31-
"tape": "4.2.2",
32-
"tslint": "3.1.1",
33-
"typescript": "1.7.3"
34-
},
35-
"dependencies": {
36-
"babylon": "6.3.15",
37-
"minimist": "1.2.0"
38-
},
39-
"config": {
40-
"commitizen": {
41-
"path": "./node_modules/cz-conventional-changelog"
42-
}
43-
}
2+
"name": "react-to-typescript-definitions",
3+
"version": "0.3.0",
4+
"description": "Create typescript definitions files (d.ts) from react components",
5+
"main": "index.js",
6+
"bin": {
7+
"react2dts": "index.js"
8+
},
9+
"scripts": {
10+
"build": "tsc",
11+
"test": "npm run build && node -r babel-register ./node_modules/.bin/tape 'tests/**/*-test.js' |tap-spec",
12+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w",
13+
"prepublish": "not-in-install && npm run build || echo 'In install cycle, skipping prepublish'"
14+
},
15+
"author": {
16+
"name": "Markus Wolf",
17+
"email": "[email protected]"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "KnisterPeter/react-to-typescript-definitions"
22+
},
23+
"license": "MIT",
24+
"devDependencies": {
25+
"babel-preset-es2015": "6.3.13",
26+
"babel-register": "6.3.13",
27+
"cz-conventional-changelog": "1.1.5",
28+
"in-publish": "2.0.0",
29+
"react": "0.14.3",
30+
"tap-spec": "4.1.1",
31+
"tape": "4.2.2",
32+
"tslint": "3.1.1",
33+
"typescript": "1.7.3"
34+
},
35+
"dependencies": {
36+
"babylon": "6.3.15",
37+
"minimist": "1.2.0"
38+
},
39+
"config": {
40+
"commitizen": {
41+
"path": "./node_modules/cz-conventional-changelog"
42+
}
43+
}
4444
}

0 commit comments

Comments
 (0)