Skip to content

Commit eb1bca6

Browse files
author
farfromrefug
committed
chore: project
1 parent 8988483 commit eb1bca6

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

demo-snippets/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@nativescript-community/template-snippet",
3+
"private": true,
34
"version": "1.8.18",
45
"dependencies": {
56
"@nativescript-community/ui-carto": "^1.8.18",
67
"vue-property-decorator": "9.1.2"
7-
}
8+
},
9+
"gitHead": "8988483bc6c84fcf0d4a60f240f39b810608f283"
810
}

packages/ui-carto/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
"main": "index",
66
"typings": "index.d.ts",
77
"sideEffects": false,
8-
"scripts": {
9-
"build": "npm run tsc",
10-
"build.all": "npm run build && npm run build.angular",
11-
"readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
12-
"tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/ui-carto' --parents --cwd=../../src/ui-carto && ../../node_modules/.bin/tsc -skipLibCheck -d",
13-
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
14-
},
158
"nativescript": {
169
"platforms": {
1710
"android": "6.0.0",
@@ -44,5 +37,6 @@
4437
"url": "https://github.com/nativescript-community/ui-carto"
4538
},
4639
"license": "Apache-2.0",
47-
"readmeFilename": "README.md"
40+
"readmeFilename": "README.md",
41+
"gitHead": "8988483bc6c84fcf0d4a60f240f39b810608f283"
4842
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,25 +1682,25 @@ __metadata:
16821682
linkType: hard
16831683

16841684
"@nativescript-community/template-snippet@file:demo-snippets::locator=root-workspace-0b6124%40workspace%3A.":
1685-
version: 1.8.16
1686-
resolution: "@nativescript-community/template-snippet@file:demo-snippets#demo-snippets::hash=13b102&locator=root-workspace-0b6124%40workspace%3A."
1685+
version: 1.8.17
1686+
resolution: "@nativescript-community/template-snippet@file:demo-snippets#demo-snippets::hash=96ce77&locator=root-workspace-0b6124%40workspace%3A."
16871687
dependencies:
1688-
"@nativescript-community/ui-carto": "npm:^1.8.16"
1688+
"@nativescript-community/ui-carto": "npm:^1.8.17"
16891689
vue-property-decorator: "npm:9.1.2"
1690-
checksum: af5b1ce8695c100af09005bc67a58b228c544d5b43777e56641f8d2d9e8b218f2d4bc36bccb255db0f9185023dbabad3c552499f46f7e3288ea4cb56c7cdccfc
1690+
checksum: 53e2f5283427782ae72d8421923959d1781eee8a6063ef0c9668d3ff386d6ae1311ad650a88821caa878413d146371eeaa598f70da1b9d4f1e1d735331802fce
16911691
languageName: node
16921692
linkType: hard
16931693

16941694
"@nativescript-community/template-snippet@npm:*, @nativescript-community/template-snippet@workspace:demo-snippets":
16951695
version: 0.0.0-use.local
16961696
resolution: "@nativescript-community/template-snippet@workspace:demo-snippets"
16971697
dependencies:
1698-
"@nativescript-community/ui-carto": "npm:^1.8.16"
1698+
"@nativescript-community/ui-carto": "npm:^1.8.17"
16991699
vue-property-decorator: "npm:9.1.2"
17001700
languageName: unknown
17011701
linkType: soft
17021702

1703-
"@nativescript-community/ui-carto@npm:^1.8.16, @nativescript-community/ui-carto@workspace:packages/ui-carto":
1703+
"@nativescript-community/ui-carto@npm:^1.8.17, @nativescript-community/ui-carto@workspace:packages/ui-carto":
17041704
version: 0.0.0-use.local
17051705
resolution: "@nativescript-community/ui-carto@workspace:packages/ui-carto"
17061706
languageName: unknown

0 commit comments

Comments
 (0)