Skip to content

Commit ea8aa6a

Browse files
committed
fix: ensure configs are part of package for ng
1 parent 9d59614 commit ea8aa6a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/template-blank-ng/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.8.4",
6+
"version": "8.8.5",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -18,6 +18,7 @@
1818
"!tools/assets",
1919
".editorconfig",
2020
"references.d.ts",
21+
"tailwind.config.js",
2122
"tsconfig.json"
2223
],
2324
"keywords": [

packages/template-hello-world-ng/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world-ng",
33
"main": "./src/main.ts",
4-
"version": "8.8.4",
4+
"version": "8.8.5",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "NativeScript Angular Hello World template",
77
"license": "Apache-2.0",
@@ -16,6 +16,7 @@
1616
"!tools/assets",
1717
".editorconfig",
1818
"references.d.ts",
19+
"tailwind.config.js",
1920
"tsconfig.json"
2021
],
2122
"keywords": [

0 commit comments

Comments
 (0)