Skip to content

Commit 03e279a

Browse files
committed
Added npmignore file.
1 parent 253da69 commit 03e279a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

samples/Unity.Match3/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"depth": 0,
66
"source": "local",
77
"dependencies": {
8-
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1"
8+
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask"
99
}
1010
},
1111
"com.cysharp.unitask": {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!Runtime/Match3.Core

src/Match3.UnityPackage/Assets/Plugins/Match3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "com.chebanovdd.match3sdk",
33
"displayName": "Match3-SDK",
44
"author": { "name": "ChebanovDD", "url": "https://github.com/ChebanovDD" },
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"unity": "2018.4",
77
"description": "Provides an SDK to create a Match 3 game.",
88
"keywords": [ "match3", "sdk", "template" ],
99
"license": "MIT",
1010
"dependencies": {
11-
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1"
11+
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask"
1212
}
1313
}

0 commit comments

Comments
 (0)