RubyGems
npm
Organizations
Log in
Sign up
npm
@reactful/create
Versions diffs
1.0.0 → 1.1.0
@reactful/create 1.0.0 → 1.1.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/templates/minimal/components/index.ts
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@reactful/create",
3
-
"version": "1.
0
.0",
3
+
"version": "1.
1
.0",
4
4
"main": "index.js",
5
5
"type": "module",
6
6
"description": "reactful scafold tool",
package/templates/minimal/components/index.ts
CHANGED
Viewed
@@ -0,0 +1 @@
1
+
export * from './hello'