funkophile 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,22 +55,3 @@ const config = {
55
55
  })
56
56
  };
57
57
 
58
- export default config;
59
- ```
60
-
61
- ## Getting Started
62
-
63
- 1. Install dependencies:
64
- ```bash
65
- yarn install
66
- ```
67
-
68
- 2. Build once:
69
- ```bash
70
- yarn transpile
71
- ```
72
-
73
- 3. Watch for changes and serve:
74
- ```bash
75
- yarn dev
76
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "funkophile",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": "git@github.com:adamwong246/funkophile.git",
5
5
  "author": "adam wong <adamwong246@gmail.com>",
6
6
  "license": "MIT",