From 4dfbbad0d4ee6e9bc41039688a1e5eff9c387152 Mon Sep 17 00:00:00 2001 From: Vasil Trifonov Date: Fri, 13 Mar 2020 19:37:43 +0200 Subject: [PATCH] chore: move css-tree package to the right place --- nativescript-core/package.json | 118 ++++++++++++++++----------------- 1 file changed, 58 insertions(+), 60 deletions(-) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 94ef4766a..0dbf2e07a 100644 --- a/nativescript-core/package.json +++ b/nativescript-core/package.json @@ -1,63 +1,61 @@ { - "name": "@nativescript/core", - "main": "index", - "types": "index.d.ts", - "description": "Telerik NativeScript Core Modules", - "version": "6.5.0", - "homepage": "https://www.nativescript.org", - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/NativeScript" - }, - "files": [ - "**/*.d.ts", - "**/*.js", - "**/platforms/ios/**", - "**/platforms/android/**", - "**/package.json", - "!org.nativescript.widgets.d.ts" - ], - "license": "Apache-2.0", - "dependencies": { - "nativescript-hook": "0.2.5", - "reduce-css-calc": "^2.1.6", - "css-tree": "^1.0.0-alpha.37", - "semver": "6.3.0", - "tns-core-modules-widgets": "next", - "tslib": "1.10.0" - }, - "devDependencies": { - "@types/chai": "~4.2.5", - "@types/node": "~10.12.18", - "tns-platform-declarations": "next" - }, - "scripts": { - "version": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md", - "postinstall": "node cli-hooks/postinstall.js", - "preuninstall": "node cli-hooks/preuninstall.js" - }, - "nativescript": { - "platforms": { - "ios": "6.0.0", - "android": "6.0.0" + "name": "@nativescript/core", + "main": "index", + "types": "index.d.ts", + "description": "Telerik NativeScript Core Modules", + "version": "6.5.0", + "homepage": "https://www.nativescript.org", + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/NativeScript" }, - "hooks": [ - { - "name": "nativescript-core", - "type": "before-checkForChanges", - "script": "cli-hooks/before-checkForChanges.js", - "inject": true - } - ] - }, - "snapshot": { - "android": { - "tns-java-classes": { - "modules": [ - "ui/frame/activity", - "ui/frame/fragment" - ] - } + "files": [ + "**/*.d.ts", + "**/*.js", + "**/platforms/ios/**", + "**/platforms/android/**", + "**/package.json", + "!org.nativescript.widgets.d.ts" + ], + "license": "Apache-2.0", + "dependencies": { + "css-tree": "^1.0.0-alpha.37", + "nativescript-hook": "0.2.5", + "reduce-css-calc": "^2.1.6", + "semver": "6.3.0", + "tns-core-modules-widgets": "next", + "tslib": "1.10.0" + }, + "devDependencies": { + "@types/chai": "~4.2.5", + "@types/node": "~10.12.18", + "tns-platform-declarations": "next" + }, + "scripts": { + "version": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md", + "postinstall": "node cli-hooks/postinstall.js", + "preuninstall": "node cli-hooks/preuninstall.js" + }, + "nativescript": { + "platforms": { + "ios": "6.0.0", + "android": "6.0.0" + }, + "hooks": [{ + "name": "nativescript-core", + "type": "before-checkForChanges", + "script": "cli-hooks/before-checkForChanges.js", + "inject": true + }] + }, + "snapshot": { + "android": { + "tns-java-classes": { + "modules": [ + "ui/frame/activity", + "ui/frame/fragment" + ] + } + } } - } -} +} \ No newline at end of file