nativescript-material-core
Advanced tools
Comparing version 2.2.4 to 2.2.5
{ | ||
"name": "nativescript-material-core", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Material Core component", | ||
"main": "./material", | ||
"typings": "./material.d.ts", | ||
"main": "./core", | ||
"typings": "./core.d.ts", | ||
"scripts": { | ||
"tsc": "tsc && cp ../../src/core/material.d.ts ./", | ||
"tsc": "tsc && cp ../../src/core/core.d.ts ./", | ||
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android" | ||
@@ -33,3 +33,3 @@ }, | ||
"readmeFilename": "README.md", | ||
"gitHead": "9a09ea458c669d29c914d25a60e9c244d269644c" | ||
"gitHead": "c74cb164d233eb2ad1332b7479508924941f61b1" | ||
} |
109549
780