Skip to content

Commit

Permalink
Remove ns plugin build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed Mar 8, 2023
1 parent 6a033aa commit 464a626
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 29 deletions.
6 changes: 1 addition & 5 deletions src/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
!*.d.ts
tsconfig.json
scripts/*
platforms/android/*
!platforms/android/include.gradle
!platforms/android/*.aar
!platforms/android/*.jar
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klippa/nativescript-http",
"version": "3.0.3",
"version": "3.0.4",
"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",
"main": "http",
"typings": "index.d.ts",
Expand All @@ -17,11 +17,9 @@
"scripts": {
"tsc": "npm i && ts-patch install && tsc",
"build": "npm i && ts-patch install && npm run ngcc && npm run ngc",
"build.old": "npm i && ts-patch install && npm run ngcc && npm run ngc && npm run build.native",
"build.native": "node scripts/build-native.js",
"build.old": "npm i && ts-patch install && npm run ngcc && npm run ngc",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/typings/**\"",
"ci.tslint": "npm i && ts-patch install && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**' --exclude '**/typings/**'",
"prepack": "npm run build.native",
"demo.ios": "npm i && ts-patch install && cd ../demo && ns run ios",
"demo.android": "npm i && ts-patch install && cd ../demo && ns run android",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
Expand Down
Binary file removed src/platforms/android/nativescript_http.aar
Binary file not shown.
19 changes: 0 additions & 19 deletions src/scripts/build-native.js

This file was deleted.

0 comments on commit 464a626

Please sign in to comment.