Skip to content

Commit 153ce4f

Browse files
committed
update for beta.3
1 parent 89a685f commit 153ce4f

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

lib/bootstrap-switch-button.d.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Type definitions for pptxgenjs 2.3.0
2+
// Project: https://gitbrent.github.io/bootstrap-switch-button-react/
3+
// Definitions by: Brent Ely <https://github.com/gitbrent/>
4+
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5+
// TypeScript Version: 2.3
6+
7+
export as namespace BootstrapSwitchButton;
8+
9+
export = BootstrapSwitchButton;
10+
11+
declare class BootstrapSwitchButton {
12+
// TODO:
13+
}

package.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
11
{
22
"name": "bootstrap-switch-button-react",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/gitbrent/bootstrap-switch-button-react.git"
88
},
9-
"main": "./lib/bootstrap-switch-button.js",
10-
"scripts": {
11-
"build": "webpack -p",
12-
"start": "webpack-dev-server -d --content-base ./public",
13-
"server": "webpack-dev-server --open"
14-
},
15-
"dependencies": {
16-
"@types/node": "^11.9.4",
9+
"main": "./lib/bootstrap-switch-button.tsx",
10+
"types": "./lib/bootstrap-switch-button.d.ts",
11+
"devDependencies": {
1712
"@types/react": "^16.8.1",
18-
"@types/react-dom": "16.0.11",
1913
"react": "16.7.0",
20-
"react-helmet": "^5.2.0"
21-
},
22-
"devDependencies": {
2314
"typescript": "3.3.1"
2415
}
2516
}

0 commit comments

Comments
 (0)