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 fc73072 commit 0732429Copy full SHA for 0732429
docs/CREATE-A-COMPONENT.md
@@ -38,7 +38,7 @@
38
}
39
```
40
41
-**4 - Add your component in the `config.json` file:**
+**5 - Add your component in the `config.json` file:**
42
43
44
"atoms": [
package.json
@@ -2,6 +2,7 @@
2
"name": "microscope",
3
"author": "Afonso Pacifer",
4
"license": "MIT",
5
+ "version": "0.1.0",
6
"devDependencies": {
7
"autoprefixer-core": "^5.2.0",
8
"grunt": "^0.4.5",
0 commit comments