create-analog 0.2.7 → 0.2.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Roberts",
@@ -1,6 +1,5 @@
1
- /**
2
- * Put common proivders shared with client and server side here.
3
- */
1
+ /**
2
+ * Common providers shared with client and server-side.
3
+ */
4
4
 
5
- export const mainProviders = [];
6
-
5
+ export const mainProviders = [];