Skip to content

Commit 2f04f0e

Browse files
committed
tagging as 1.5
1 parent aff9299 commit 2f04f0e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
yarn.lock

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
yarn.lock

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-xp-app",
3-
"version": "0.1.3",
3+
"version": "0.1.5",
44
"description": "react xp project generator",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)