@atom-learning/theme
Advanced tools
Comparing version 0.1.0-beta.5 to 0.1.0-beta.6
{ | ||
"name": "@atom-learning/theme", | ||
"version": "0.1.0-beta.5", | ||
"version": "0.1.0-beta.6", | ||
"description": "", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "node ./scripts/build.js", | ||
"prepublishOnly": "yarn build" | ||
"build:lib": "node ./scripts/build.js", | ||
"build:docs": "cp -r ./src/documentation/. ./dist", | ||
"prepublishOnly": "run-s clean build:lib build:docs", | ||
"clean": "del ./dist" | ||
}, | ||
@@ -16,5 +18,7 @@ "files": [ | ||
"devDependencies": { | ||
"style-dictionary": "^3.0.0-rc.2" | ||
"del-cli": "^3.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"style-dictionary": "^3.0.0-rc.6" | ||
}, | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
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
8987
8
3