Skip to content

Commit 464a626

Browse files
committed
Remove ns plugin build command
1 parent 6a033aa commit 464a626

File tree

5 files changed

+4
-29
lines changed

5 files changed

+4
-29
lines changed

src/.npmignore

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@
33
!*.d.ts
44
tsconfig.json
55
scripts/*
6-
platforms/android/*
7-
!platforms/android/include.gradle
8-
!platforms/android/*.aar
9-
!platforms/android/*.jar
10-
.DS_Store
6+
.DS_Store

src/package-lock.json

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

src/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klippa/nativescript-http",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "The best way to do HTTP requests in NativeScript, a drop-in replacement for the core HTTP with important improvements and additions like proper connection pooling, form data support and certificate pinning",
55
"main": "http",
66
"typings": "index.d.ts",
@@ -17,11 +17,9 @@
1717
"scripts": {
1818
"tsc": "npm i && ts-patch install && tsc",
1919
"build": "npm i && ts-patch install && npm run ngcc && npm run ngc",
20-
"build.old": "npm i && ts-patch install && npm run ngcc && npm run ngc && npm run build.native",
21-
"build.native": "node scripts/build-native.js",
20+
"build.old": "npm i && ts-patch install && npm run ngcc && npm run ngc",
2221
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/typings/**\"",
2322
"ci.tslint": "npm i && ts-patch install && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**' --exclude '**/typings/**'",
24-
"prepack": "npm run build.native",
2523
"demo.ios": "npm i && ts-patch install && cd ../demo && ns run ios",
2624
"demo.android": "npm i && ts-patch install && cd ../demo && ns run android",
2725
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
-20.9 KB
Binary file not shown.

src/scripts/build-native.js

-19
This file was deleted.

0 commit comments

Comments
 (0)