Socket
Socket
Sign inDemoInstall

primer-base

Package Overview
Dependencies
1
Maintainers
2
Versions
852
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

build/index.js

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# v0.4.2
* More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e)
* Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651)
* don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff)
* Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c)
* Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571)
# v0.4.1

@@ -2,0 +10,0 @@

16

package.json
{
"version": "0.4.1",
"version": "0.4.2",
"name": "primer-base",

@@ -9,2 +9,3 @@ "description": "CSS to reset the browsers default styles",

"style": "index.scss",
"main": "build/index.js",
"files": [

@@ -20,5 +21,4 @@ "index.scss",

"scripts": {
"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
"build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css",
"prepublish": "npm run setup && npm run build",
"build": "primer-module-build index.scss",
"prepublish": "npm run build",
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"

@@ -30,7 +30,5 @@ },

"devDependencies": {
"autoprefixer": "^6.3.6",
"node-sass": "^3.7.0",
"postcss-cli": "^2.5.2",
"stylelint": "^7.0.3",
"stylelint-config-primer": "^1.1.0"
"stylelint": "*",
"stylelint-config-primer": "*",
"primer-module-build": "*"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc