Skip to content

Commit b8089ce

Browse files
committedMay 24, 2016
refactored all the typings into separate files, so it's easier to read through
1 parent 23f7700 commit b8089ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1292
-1048
lines changed
 

‎index.d.ts

Lines changed: 53 additions & 1034 deletions
Large diffs are not rendered by default.

‎package.json

Lines changed: 69 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,80 @@
11
{
2-
"name": "react-bootstrap-typescript",
3-
"version": "0.0.1",
4-
"description": "Typescript definitions for React/Bootstrap ",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
2+
"_args": [
3+
[
4+
"react-bootstrap-typescript",
5+
"/Users/chris/Projects/crm.local"
6+
]
7+
],
8+
"_from": "react-bootstrap-typescript@latest",
9+
"_id": "react-bootstrap-typescript@0.0.1",
10+
"_inCache": true,
11+
"_installable": true,
12+
"_location": "/react-bootstrap-typescript",
13+
"_nodeVersion": "5.8.0",
14+
"_npmOperationalInternal": {
15+
"host": "packages-16-east.internal.npmjs.com",
16+
"tmp": "tmp/react-bootstrap-typescript-0.0.1.tgz_1464100699662_0.43948957324028015"
817
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/christhomas/react-bootstrap-typescript.git"
18+
"_npmUser": {
19+
"email": "chris.thomas@antimatter-studios.com",
20+
"name": "christhomas"
21+
},
22+
"_npmVersion": "3.7.3",
23+
"_phantomChildren": {},
24+
"_requested": {
25+
"name": "react-bootstrap-typescript",
26+
"raw": "react-bootstrap-typescript",
27+
"rawSpec": "",
28+
"scope": null,
29+
"spec": "latest",
30+
"type": "tag"
31+
},
32+
"_requiredBy": [
33+
"#USER"
34+
],
35+
"_shasum": "08e3854f712ca3c36602fa57f089bef275945258",
36+
"_shrinkwrap": null,
37+
"_spec": "react-bootstrap-typescript",
38+
"_where": "/Users/chris/Projects/crm.local",
39+
"author": {
40+
"name": "Christopher Thomas, Walker Burgin"
41+
},
42+
"bugs": {
43+
"url": "https://github.com/christhomas/react-bootstrap-typescript/issues"
1244
},
45+
"dependencies": {},
46+
"description": "Typescript definitions for React/Bootstrap ",
47+
"devDependencies": {},
48+
"directories": {},
49+
"dist": {
50+
"shasum": "08e3854f712ca3c36602fa57f089bef275945258",
51+
"tarball": "https://registry.npmjs.org/react-bootstrap-typescript/-/react-bootstrap-typescript-0.0.1.tgz"
52+
},
53+
"gitHead": "23f770085c3abd077064a2ba58843b8d911dde9e",
54+
"homepage": "https://github.com/christhomas/react-bootstrap-typescript#readme",
1355
"keywords": [
1456
"React",
1557
"Bootstrap",
1658
"Typescript"
1759
],
18-
"author": "Christopher Thomas, Walker Burgin",
1960
"license": "MIT",
20-
"bugs": {
21-
"url": "https://github.com/christhomas/react-bootstrap-typescript/issues"
61+
"main": "index.js",
62+
"maintainers": [
63+
{
64+
"email": "chris.thomas@antimatter-studios.com",
65+
"name": "christhomas"
66+
}
67+
],
68+
"name": "react-bootstrap-typescript",
69+
"optionalDependencies": {},
70+
"readme": "./README.md",
71+
"repository": {
72+
"type": "git",
73+
"url": "git+https://github.com/christhomas/react-bootstrap-typescript.git"
2274
},
23-
"homepage": "https://github.com/christhomas/react-bootstrap-typescript#readme",
24-
"typings": "./index.d.ts"
75+
"scripts": {
76+
"test": "echo \"Error: no test specified\" && exit 1"
77+
},
78+
"typings": "./index.d.ts",
79+
"version": "0.0.2"
2580
}

0 commit comments

Comments
 (0)
Please sign in to comment.