chore: cleanup for es2017 builds

This commit is contained in:
Nathan Walker
2020-07-25 19:49:39 -07:00
parent c08d85ebae
commit bafa953a83
4 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "7.0.0-rc.25",
"version": "7.0.0-rc.26",
"license": "MIT",
"scripts": {
"start": "nps"

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.25",
"version": "7.0.0-rc.26",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",

View File

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

View File

@@ -7,6 +7,7 @@ export { sanitizeModuleName } from './builder/module-name-sanitizer';
export { Button } from './button';
export { ContentView } from './content-view';
export { Binding, BindingOptions } from './core/bindable';
export { ControlStateChangeListener } from './core/control-state-change';
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, makeParser, makeValidator } from './core/properties';