nativescript-material-core
Advanced tools
Comparing version 2.3.24 to 2.4.1
@@ -6,2 +6,18 @@ # Change Log | ||
## [2.4.1](https://github.com/Akylas/nativescript-material-components/compare/v2.4.0...v2.4.1) (2019-09-26) | ||
**Note:** Version bump only for package nativescript-material-core | ||
# [2.4.0](https://github.com/Akylas/nativescript-material-components/compare/v2.3.24...v2.4.0) (2019-09-26) | ||
**Note:** Version bump only for package nativescript-material-core | ||
## [2.3.24](https://github.com/Akylas/nativescript-material-components/compare/v2.3.23...v2.3.24) (2019-09-19) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "nativescript-material-core", | ||
"version": "2.3.24", | ||
"version": "2.4.1", | ||
"description": "Material Core component", | ||
@@ -8,4 +8,4 @@ "main": "./core", | ||
"scripts": { | ||
"tsc-win": "tsc && copy ..\\..\\src\\core\\core.d.ts .\\", | ||
"tsc": "tsc && cp ../../src/core/core.d.ts ./", | ||
"tsc-win": "../../node_modules/.bin/tsc && copy ..\\..\\src\\core\\core.d.ts .\\", | ||
"tsc": "../../node_modules/.bin/tsc && cp ../../src/core/core.d.ts ./", | ||
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android" | ||
@@ -35,3 +35,3 @@ }, | ||
"readmeFilename": "README.md", | ||
"gitHead": "3c454332eb55c97229bbd0fa8655c26cf72c4bfd" | ||
"gitHead": "09f3c21b2d4da646f506dd129bc99beed249aa09" | ||
} |
123125