@vtex/styleguide
Advanced tools
Comparing version 2.0.0-rc.2 to 2.0.0-rc.3
{ | ||
"name": "@vtex/styleguide", | ||
"version": "2.0.0-rc.2", | ||
"version": "2.0.0-rc.3", | ||
"scripts": { | ||
@@ -10,8 +10,9 @@ "test": "react-scripts test --env=jsdom", | ||
"styleguide:build": "styleguidist build", | ||
"compile": | ||
"NODE_ENV=production babel ./src/components --out-dir ./lib --ignore '__tests__,*.spec.js'", | ||
"compile": "NODE_ENV=production babel ./src/components --out-dir ./lib --ignore '__tests__,*.spec.js'", | ||
"prepublishOnly": "npm run compile", | ||
"develop": "npm link && watch 'npm run compile' src" | ||
}, | ||
"files": ["lib/"], | ||
"files": [ | ||
"lib/" | ||
], | ||
"homepage": "https://vtex.github.io/styleguide", | ||
@@ -18,0 +19,0 @@ "devDependencies": { |
@@ -29,3 +29,3 @@ ### Styleguide | ||
Import (case a `<Button>` component in lib): | ||
``` | ||
```js | ||
import Button from '@vtex/styleguide/lib/Button' | ||
@@ -32,0 +32,0 @@ ``` |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
39241
13
795