gatsby-design-tokens
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@1.0.8...gatsby-design-tokens@1.0.9) (2019-10-04) | ||
**Note:** Version bump only for package gatsby-design-tokens | ||
## [1.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@1.0.6...gatsby-design-tokens@1.0.8) (2019-09-26) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "gatsby-design-tokens", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Gatsby Design Tokens", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.js", | ||
"sideEffects": "false", | ||
"author": "Florian Kissling <flo@gatsbyjs.com>", | ||
@@ -13,18 +16,18 @@ "license": "MIT", | ||
}, | ||
"files": [ | ||
"./dist/**/*" | ||
], | ||
"scripts": { | ||
"build": "babel src --out-dir . --ignore **/__tests__", | ||
"build": "(microbundle build --sourcemap=false -f es,cjs && agadoo dist/index.esm.js) || node -e \"console.log('\\nMicrobundle failed, make sure you\\'re using node version 10.16 or higher\\n');process.exit(1)\"", | ||
"prepare": "cross-env NODE_ENV=production npm run build", | ||
"watch": "babel -w src --out-dir . --ignore **/__tests__" | ||
"watch": "microbundle watch --sourcemap=false -f es,cjs" | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme", | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.2", | ||
"@babel/core": "^7.6.2", | ||
"babel-preset-gatsby-package": "^0.2.7", | ||
"cross-env": "^5.2.1" | ||
"agadoo": "^1.1.0", | ||
"cross-env": "^5.2.1", | ||
"microbundle": "^0.12.0-next.6", | ||
"preval.macro": "^3.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"gitHead": "c0d5420247ee325dbfce5f0aa3e5222c47d06a2c" | ||
"gitHead": "077cccaab43052252ae14ac11e6a06de9cb5c4c4" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
3172
10896
5
16
1