Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

primer-navigation

Package Overview
Dependencies
Maintainers
1
Versions
843
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-navigation - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# v0.2.1
* Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba)
* Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd)
* Updating for stylelint instead of scss_lint - Jon Rohan [github/github@87a2c68](https://github.com/github/github/commit/87a2c68)
# v0.2.0

@@ -2,0 +8,0 @@

9

package.json
{
"version": "0.2.0",
"version": "0.2.1",
"name": "primer-navigation",

@@ -19,3 +19,3 @@ "description": "Singular purpose and flexible navigation elements.",

"build": "npm run setup && npm run preprocess",
"lint": "scss-lint **/*.scss",
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
"preprocess": "node-sass index.scss --include-path node_modules | postcss -c .postcss.json -o build/build.css",

@@ -31,3 +31,6 @@ "setup": "npm install",

"node-sass": "^3.7.0",
"postcss-cli": "^2.5.2"
"postcss-cli": "^2.5.2",
"stylelint": "^6.5.1",
"stylelint-at-rule-import-path": "^1.0.2",
"stylelint-value-border-zero": "^1.0.2"
},

@@ -34,0 +37,0 @@ "keywords": [

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc