New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

patternity

Package Overview
Dependencies
Maintainers
5
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patternity - npm Package Compare versions

Comparing version

to
1.0.71

infl-styles/_tag.scss

6

package.json
{
"name": "patternity",
"version": "1.0.70",
"version": "1.0.71",
"description": "Patternity is the pattern library and style guide for all Influitive apps",

@@ -12,5 +12,3 @@ "main": "index.js",

"prepublish": "npm run babel",
"fonts": "gulp influicons",
"styleguide-server": "(cd styleguide && npm install && npm run start)",
"styleguide-build": "(cd styleguide && npm install && npm run build)"
"fonts": "gulp influicons"
},

@@ -17,0 +15,0 @@ "repository": {

@@ -217,2 +217,6 @@ # Patternity

#### Component Readmes
Each component can have it's own Readme.md file. New components located in ```src``` will have their Readme.md in their component directory. Older components have their readmes located in ```infl-components-examples``` and the directory looks exactly like infl-components except the files end in ```.readme.md``` instead.
## Publish & Release

@@ -281,4 +285,6 @@

#### Generate styleguide
#### Patternlab
To manually generate the styleguide, you can run `npm run styleguide-build`, which will install the styleguide and deposit the results into styleguide/public. Alternatively, you can run `npm run styleguide-server` which will host a local hot-reloading server on localhost:3000 (can be configured in styleguide/styleguide.config.js) Any changes to components or styleguide will be immediately reflected on the server. However this will install it again. To skip the install again, just `(cd styleguide && npm run start)`
Patternlab resides [here](https://github.com/influitive/patternlab).
The pattern lab is built automatically by circleci. Results for old pattern lab are available at http://patternity.internal.influitive.com. The new pattern lab can be found at http://patternity.experimental.influitive.com.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet