We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d97d99 commit 360fd86Copy full SHA for 360fd86
.gitignore
@@ -0,0 +1,3 @@
1
+/.cache
2
+/.idea
3
+/node_modules
package.json
@@ -0,0 +1,20 @@
+{
+ "name": "react-microbe-ui",
+ "version": "0.0.1",
4
+ "description": "microbe-ui for React",
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/microbe-ui/react-microbe-ui.git"
12
13
+ "keywords": [],
14
+ "author": "",
15
+ "license": "MIT",
16
+ "bugs": {
17
+ "url": "https://github.com/microbe-ui/react-microbe-ui/issues"
18
19
+ "homepage": "https://github.com/microbe-ui/react-microbe-ui#readme"
20
+}
0 commit comments