@servicetitan/anvil-icons
Advanced tools
Comparing version 6.1.1 to 7.0.0
{ | ||
"name": "@servicetitan/anvil-icons", | ||
"version": "6.1.1", | ||
"version": "7.0.0", | ||
"description": "", | ||
@@ -12,3 +12,2 @@ "homepage": "https://anvil.servicetitan.com", | ||
"main": "./dist/Icon.js", | ||
"types": "./dist/Icon.d.ts", | ||
"scripts": { | ||
@@ -18,3 +17,3 @@ "build": "run-s clean build:copy build:tsx build:compile build:message --silent", | ||
"build:copy:material": "node ./scripts/copy-material-svgs", | ||
"build:copy:custom": "cp-cli ./src/icons/. ./build/svg", | ||
"build:copy:custom": "cpy \"src/icons/*\" build/svg", | ||
"build:tsx": "node ./scripts/convert-to-tsx", | ||
@@ -29,6 +28,19 @@ "build:compile": "tsc", | ||
], | ||
"dependencies": { | ||
"classnames": "2.2.6" | ||
}, | ||
"devDependencies": { | ||
"material-design-icons": "3.0.1" | ||
"@types/classnames": "2.2.10", | ||
"@types/react": "~16.9.51", | ||
"cpy-cli": "3.1.1", | ||
"handlebars": "4.7.6", | ||
"lodash": "4.17.20", | ||
"material-design-icons": "3.0.1", | ||
"mkdirp": "1.0.4", | ||
"npm-run-all": "4.1.5", | ||
"react-svg-icon-generator-ts": "0.0.3", | ||
"rimraf": "3.0.2", | ||
"typescript": "3.8.3" | ||
}, | ||
"gitHead": "f82ad624a874245286082e45d48b0c7eb17e5056" | ||
"gitHead": "a6ac24a38fc0c99e89c72d4c6da894f7a6b334a7" | ||
} |
Sorry, the diff of this file is too big to display
643671
6
1
11
+ Addedclassnames@2.2.6
+ Addedclassnames@2.2.6(transitive)