@dfeidao/atom-mobile
Advanced tools
Comparing version 4.6.201904021201 to 4.6.201904021202
{ | ||
"name": "@dfeidao/atom-mobile", | ||
"version": "4.6.201904021201", | ||
"version": "4.6.201904021202", | ||
"description": "原子操作", | ||
@@ -9,4 +9,2 @@ "scripts": { | ||
"lint": "tslint -p tsconfig.json", | ||
"compile:cjs": "tsc -m commonjs", | ||
"compile:umd": "tsc -m umd --declaration false --outDir ./dist/umd/", | ||
"copy-files": "cp-cli ./package.json ./dist/package.json && cp-cli ./README.md ./dist/README.md", | ||
@@ -16,3 +14,3 @@ "clean": "del-cli ./dist/", | ||
"coverage": "rm -rf ./coverage/ ./dist/ && npm run unittest && nyc --report-dir ./coverage/ npm test", | ||
"compile": "npm run compile:cjs & npm run compile:umd", | ||
"compile": "tsc", | ||
"build": "npm run clean && npm run lint && npm run copy-files && npm run compile" | ||
@@ -19,0 +17,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7015
6
28