Skip to content

Commit 1360e50

Browse files
committed
change slashes on commands
1 parent 04848c5 commit 1360e50

File tree

16 files changed

+32
-32
lines changed

16 files changed

+32
-32
lines changed

packages/activityindicator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "./index.d.ts",
88
"scripts": {
99
"tsc": "../../node_modules/.bin/cpy ../../src/activityindicator/index.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\activityindicator\\index.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
10+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\activityindicator\\index.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1111
"build": "npm run tsc",
1212
"build.all": "npm run build && npm run build.angular",
1313
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/activityindicator/angular/package.json -c ../../src/activityindicator/angular/tsconfig.json",
@@ -46,4 +46,4 @@
4646
"@nativescript-community/ui-material-core": "^5.2.24"
4747
},
4848
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
49-
}
49+
}

packages/bottom-navigation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"tsc": "../../node_modules/.bin/cpy ../../src/bottom-navigation/index.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
16-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\bottom-navigation\\index.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
16+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\bottom-navigation\\index.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1717
"build": "npm run tsc",
1818
"build.all": "npm run build && npm run build.angular",
1919
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/bottom-navigation/angular/package.json -c ../../src/bottom-navigation/angular/tsconfig.json",
@@ -50,4 +50,4 @@
5050
"@nativescript-community/ui-material-core": "^5.2.24"
5151
},
5252
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
53-
}
53+
}

packages/bottomnavigationbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"tsc": "../../node_modules/.bin/cpy ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
16-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\bottomnavigationbar\\bottomnavigationbar.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
16+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\bottomnavigationbar\\bottomnavigationbar.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1717
"build": "npm run tsc",
1818
"build.all": "npm run build && npm run build.angular",
1919
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/bottomnavigationbar/angular/package.json -c ../../src/bottomnavigationbar/angular/tsconfig.json",
@@ -51,4 +51,4 @@
5151
"@nativescript-community/ui-material-core": "^5.2.24"
5252
},
5353
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
54-
}
54+
}

packages/bottomsheet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "./bottomsheet.d.ts",
88
"scripts": {
99
"tsc": "../../node_modules/.bin/cpy ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\bottomsheet\\bottomsheet.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
10+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\bottomsheet\\bottomsheet.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1111
"build": "npm run tsc",
1212
"build.all": "npm run build && npm run build.angular",
1313
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/bottomsheet/angular/package.json -c ../../src/bottomsheet/angular/tsconfig.json",
@@ -45,4 +45,4 @@
4545
"@nativescript-community/ui-material-core": "^5.2.24"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
48-
}
48+
}

packages/button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "./button.d.ts",
88
"scripts": {
99
"tsc": "../../node_modules/.bin/cpy ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\button\\button.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
10+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\button\\button.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1111
"build": "npm run tsc",
1212
"build.all": "npm run build && npm run build.angular",
1313
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/button/angular/package.json -c ../../src/button/angular/tsconfig.json",
@@ -46,4 +46,4 @@
4646
"@nativescript-community/ui-material-core": "^5.2.24"
4747
},
4848
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
49-
}
49+
}

packages/cardview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "./cardview.d.ts",
88
"scripts": {
99
"tsc": "../../node_modules/.bin/cpy ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\cardview\\cardview.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
10+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\cardview\\cardview.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1111
"build": "npm run tsc",
1212
"build.all": "npm run build && npm run build.angular",
1313
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/cardview/angular/package.json -c ../../src/cardview/angular/tsconfig.json",
@@ -45,4 +45,4 @@
4545
"@nativescript-community/ui-material-core": "^5.2.24"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
48-
}
48+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preuninstall": "node preuninstall.js",
1010
"postinstall": "node postinstall.js",
1111
"tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/core' --cwd=../../src/core --parents && ../../node_modules/.bin/tsc --skipLibCheck -d",
12-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\core\\core.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
12+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy '**/*.d.ts' '..\\..\\packages\\core' --cwd=..\\..\\src\\core --parents && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1313
"build": "npm run tsc && npm run build.hooks",
1414
"build.hooks": " tsc -skipLibCheck -p tsconfig.hooks.json",
1515
"build.all": "npm run build",
@@ -49,4 +49,4 @@
4949
"dependencies": {
5050
"@nativescript/hook": "~2.0.0"
5151
}
52-
}
52+
}

packages/dialogs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "./dialogs.d.ts",
88
"scripts": {
99
"tsc": "../../node_modules/.bin/cpy ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\dialogs\\dialogs.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
10+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\dialogs\\dialogs.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1111
"build": "npm run tsc",
1212
"build.all": "npm run build",
1313
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
@@ -45,4 +45,4 @@
4545
"@nativescript-community/ui-material-textfield": "^5.2.24"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
48-
}
48+
}

packages/floatingactionbutton/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "./floatingactionbutton.d.ts",
88
"scripts": {
99
"tsc": "../../node_modules/.bin/cpy ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\floatingactionbutton\\floatingactionbutton.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
10+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\floatingactionbutton\\floatingactionbutton.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1111
"build": "npm run tsc",
1212
"build.all": "npm run build && npm run build.angular",
1313
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/floatingactionbutton/angular/package.json -c ../../src/floatingactionbutton/angular/tsconfig.json",
@@ -45,4 +45,4 @@
4545
"@nativescript-community/ui-material-core": "^5.2.24"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
48-
}
48+
}

packages/progress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "./progress.d.ts",
88
"scripts": {
99
"tsc": "../../node_modules/.bin/cpy ../../src/progress/progress.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10-
"tsc-win": "../../node_modules/.bin/cpy ..\\..\\src\\progress\\progress.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
10+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\progress\\progress.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1111
"build": "npm run tsc",
1212
"build.all": "npm run build && npm run build.angular",
1313
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/progress/angular/package.json -c ../../src/progress/angular/tsconfig.json",
@@ -45,4 +45,4 @@
4545
"@nativescript-community/ui-material-core": "^5.2.24"
4646
},
4747
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc"
48-
}
48+
}

0 commit comments

Comments
 (0)