Skip to content

Commit

Permalink
Added npmignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChebanovDD committed Apr 23, 2022
1 parent 253da69 commit 03e279a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/Unity.Match3/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1"
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask"
}
},
"com.cysharp.unitask": {
Expand Down
1 change: 1 addition & 0 deletions src/Match3.UnityPackage/Assets/Plugins/Match3/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!Runtime/Match3.Core
4 changes: 2 additions & 2 deletions src/Match3.UnityPackage/Assets/Plugins/Match3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "com.chebanovdd.match3sdk",
"displayName": "Match3-SDK",
"author": { "name": "ChebanovDD", "url": "https://github.com/ChebanovDD" },
"version": "0.1.1",
"version": "0.1.2",
"unity": "2018.4",
"description": "Provides an SDK to create a Match 3 game.",
"keywords": [ "match3", "sdk", "template" ],
"license": "MIT",
"dependencies": {
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1"
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask"
}
}

0 comments on commit 03e279a

Please sign in to comment.