Skip to content

Commit 6e07008

Browse files
committed
add all the code necessary for this project
1 parent 9d01ed4 commit 6e07008

File tree

3 files changed

+1072
-0
lines changed

3 files changed

+1072
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
exports.printMsg = function() {
2+
console.log("This is a message from the React Bootstrap Typescript project");
3+
}

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "react-bootstrap-typescript",
3+
"version": "3.0.0",
4+
"description": "Typescript definitions for React/Bootstrap ",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/christhomas/react-bootstrap-typescript.git"
12+
},
13+
"keywords": [
14+
"React",
15+
"Bootstrap",
16+
"Typescript"
17+
],
18+
"author": "Christopher Thomas, Walker Burgin",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/christhomas/react-bootstrap-typescript/issues"
22+
},
23+
"homepage": "https://github.com/christhomas/react-bootstrap-typescript#readme",
24+
"typings": "./react-bootstrap-typescript.d.ts"
25+
}

0 commit comments

Comments
 (0)