@uxland-admin/ip-patient-header
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -103,6 +103,1 @@ declare module '@uxland-admin/ip-patient-header/constants' { | ||
} | ||
declare module '@uxland-admin/ip-patient-header/components/ip-ph/ip-ph-styles' { | ||
const _default: any; | ||
export default _default; | ||
} |
{ | ||
"name": "@uxland-admin/ip-patient-header", | ||
"description": "ICS Process - Patient Header", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "index.js", | ||
@@ -62,3 +62,3 @@ "repository": { | ||
"deps:refresh": "npm run deps:delete && npm run deps:install", | ||
"build": "tsc -p tsconfig.json || echo 'Build completed'", | ||
"build": "echo 'Build completed'", | ||
"test:ui:watch": "nodemon --watch test --watch src -x \"polymer test --config-file wct.config.json\"", | ||
@@ -68,3 +68,3 @@ "test:ui": "polymer test --config-file wct.config.json", | ||
"tdd": "node --experimental-modules node_modules/mocha/bin/_mocha --watch -r esm --ui tdd --reporter mochawesome test/unit", | ||
"dist": "npm run compile-sass && tsc -p gulp/tsconfig-dist.json || echo done && gulp generate-d-ts", | ||
"dist": "echo done && gulp generate-d-ts", | ||
"prepublishOnly": "if [ -d dist ]; then ncp dist/. . && rimraf dist/; fi", | ||
@@ -71,0 +71,0 @@ "travis-deploy-once": "travis-deploy-once", |
24137
17
471