chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-18 00:00:12 -07:00
parent 204b5a427b
commit b21700f49f
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "7.0.0-rc.20",
"version": "7.0.0-rc.21",
"license": "MIT",
"scripts": {
"nx": "nx",
@@ -12,7 +12,7 @@
"nativescript-theme-core": "^1.0.4"
},
"devDependencies": {
"nativescript": "~6.8.0-rc.2",
"nativescript": "rc",
"@nativescript/hook": "^1.0.0",
"@nrwl/eslint-plugin-nx": "~9.5.1",
"@nrwl/jest": "~9.5.1",

View File

@@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "NativeScript Core Modules",
"version": "7.0.0-rc.20",
"version": "7.0.0-rc.21",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",

View File

@@ -9,7 +9,7 @@ export { ContentView } from './content-view';
export { Binding, BindingOptions } from './core/bindable';
export { ViewBase, ShowModalOptions, eachDescendant, getAncestor, getViewById, booleanConverter } from './core/view-base';
export { View, Template, KeyedTemplate, ShownModallyData, CSSType, ContainerView, ViewHelper, IOSHelper } from './core/view';
export { Property, CoercibleProperty, InheritedProperty, CssProperty, InheritedCssProperty, ShorthandProperty, CssAnimationProperty, unsetValue } from './core/properties';
export { Property, CoercibleProperty, InheritedProperty, CssProperty, InheritedCssProperty, ShorthandProperty, CssAnimationProperty, unsetValue, makeParser, makeValidator } from './core/properties';
export { DatePicker } from './date-picker';
// No need go export dialogs, they are already export exported globally

View File

@@ -9,7 +9,7 @@ export { ContentView } from './content-view';
export { Binding, BindingOptions } from './core/bindable';
export { ViewBase, ShowModalOptions, eachDescendant, getAncestor, getViewById, booleanConverter } from './core/view-base';
export { View, Template, KeyedTemplate, ShownModallyData, CSSType, ContainerView, ViewHelper, IOSHelper } from './core/view';
export { Property, CoercibleProperty, InheritedProperty, CssProperty, InheritedCssProperty, ShorthandProperty, CssAnimationProperty, unsetValue } from './core/properties';
export { Property, CoercibleProperty, InheritedProperty, CssProperty, InheritedCssProperty, ShorthandProperty, CssAnimationProperty, unsetValue, makeParser, makeValidator } from './core/properties';
export { DatePicker } from './date-picker';
// No need go export dialogs, they are already export exported globally

View File

@@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "Compatibility with old style tns-core-modules imports for NativeScript.",
"version": "7.0.0-rc.20",
"version": "7.0.0-rc.21",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",