Skip to content

Commit eda0559

Browse files
committed
clean repo
1 parent 8b4af57 commit eda0559

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+8
-735
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.map
22
*.ts
33
!*.d.ts
4+
src/
45
tsconfig.json
56
scripts/*
67
platforms/android/*

absolute-layout/.directory

-6
This file was deleted.

dock-layout/.directory

-6
This file was deleted.

grid-layout/.directory

-6
This file was deleted.

package-lock.json

+2-700
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,13 @@
3939
"rimraf": "^2.6.3",
4040
"semver": "^5.6.0",
4141
"tslint": "^5.12.1",
42-
"typescript": "~3.4.5"
42+
"typescript": "~3.4.5",
43+
"@types/node": "^14.6.4"
4344
},
4445
"homepage": "https://github.com/nativescript-rtl/ui",
4546
"author": "xlmnxp",
4647
"license": "MIT",
4748
"publishConfig": {
4849
"access": "public"
49-
},
50-
"dependencies": {
51-
"@types/node": "^14.6.4"
5250
}
5351
}

references.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference path="./node_modules/@nativescript/types/index.d.ts" />
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

main.d.ts renamed to src/main.d.ts

File renamed without changes.

main.ts renamed to src/main.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

stack-layout/.directory

-6
This file was deleted.

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"noImplicitReturns": true,
2020
"noImplicitUseStrict": false,
2121
"noFallthroughCasesInSwitch": true,
22-
"outDir": "dist"
22+
"outDir": "dist",
23+
"rootDir": "src"
2324
},
2425
"exclude": [
2526
"node_modules",

wrap-layout/.directory

-6
This file was deleted.

0 commit comments

Comments
 (0)