Socket
Socket
Sign inDemoInstall

milligram

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

15

package.json
{
"name": "milligram",
"version": "1.2.2",
"version": "1.2.3",
"description": "A minimalist CSS framework.",

@@ -56,4 +56,4 @@ "homepage": "http://milligram.github.io",

"backstopjs": "^2.3.3",
"banner-cli": "^0.5.0",
"browser-sync": "^2.18.1",
"banner-cli": "^0.6.0",
"browser-sync": "^2.18.2",
"coveralls": "^2.11.15",

@@ -74,11 +74,12 @@ "node-sass": "^3.13.0",

"banner": "banner-cli dist/*.css",
"clean": "rm -rf dist",
"autoprefixer": "postcss -u autoprefixer --no-map.inline --autoprefixer.browsers \"last 1 versions\" -r dist/*.css",
"sass": "node-sass --output-style expanded src/milligram.sass dist/milligram.css && node-sass --output-style compressed src/milligram.sass dist/milligram.min.css",
"lint": "sass-lint -c .sasslintrc \"src/*.sass\" --verbose --no-exit",
"build": "run-s lint sass autoprefixer banner",
"build": "run-s clean lint sass autoprefixer banner",
"watch": "onchange src -- npm run build",
"serve": "browser-sync start --no-notify -s test --ss dist -f dist",
"start": "run-p watch serve",
"test": "run-s build",
"coverage": "nyc ava | coveralls",
"start": "run-p build watch serve",
"test": "nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"reference": "backstop reference --configPath=backstop.conf.js",

@@ -85,0 +86,0 @@ "compare": "backstop test --configPath=backstop.conf.js",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc