Skip to content

Commit 92882a6

Browse files
committed
Changes for v1.0.0 Release
1 parent 982f8d2 commit 92882a6

11 files changed

Lines changed: 26 additions & 167 deletions

File tree

package-lock.json

Lines changed: 6 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"name": "reactstrap-formik",
3-
"version": "0.1.0",
4-
"private": true,
3+
"version": "1.0.0",
54
"dependencies": {
65
"bootstrap": "^4.1.3",
76
"formik": "^1.3.0",
87
"react": "^16.5.2",
9-
"react-dom": "^16.5.2",
108
"react-scripts": "1.1.5",
119
"reactstrap": "^6.4.0"
1210
},
@@ -27,5 +25,18 @@
2725
"@storybook/storybook-deployer": "^2.3.0",
2826
"babel-core": "^6.26.3",
2927
"babel-runtime": "^6.26.0"
30-
}
28+
},
29+
"author": "Shoaib Khan <[email protected]",
30+
"repository": {
31+
"type": "git",
32+
"url": "https://github.com/shoaibkhan94/reactstrap-formik"
33+
},
34+
"keywords": [
35+
"formik",
36+
"react",
37+
"bootstrap4",
38+
"bootstrap",
39+
"reactstrap"
40+
],
41+
"license": "MIT"
3142
}

public/favicon.ico

-3.78 KB
Binary file not shown.

public/index.html

Lines changed: 0 additions & 40 deletions
This file was deleted.

public/manifest.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/App.css

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/App.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/App.test.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/index.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/index.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import React from 'react';
2-
import ReactDOM from 'react-dom';
3-
import './index.css';
4-
import App from './App';
5-
import 'bootstrap/dist/css/bootstrap.min.css'
1+
import ReactstrapInput from './components/ReactstrapFormikInput';
2+
import ReactstrapRadio from './components/ReactstrapRadioInput';
3+
import ReactstrapSelect from './components/ReactstrapSelectInput';
64

7-
ReactDOM.render(<App/>, document.getElementById('root'));
5+
6+
export {ReactstrapInput, ReactstrapRadio, ReactstrapSelect};

0 commit comments

Comments
 (0)