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

backpack.css

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backpack.css - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/backpack.css

4

CHANGELOG.md
# Changes to backpack.css 🎒
## 1.0.1 (October 3, 2018)
- Make `npm publish` execute before `yarn clean` so that `lib` actually makes it into the NPM package 🤪.
## 1.0.0 (October 2, 2018)
- Version 1! 😃

4

package.json
{
"name": "backpack.css",
"main": "lib/backpack.css",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight and somewhat opinionated CSS foundation that is best suited to applications 🎒.",

@@ -23,3 +23,3 @@ "keywords": [

"version": "npm run build && git add .",
"postversion": "git push && git push --tags && yarn clean && npm publish"
"postversion": "git push && git push --tags && npm publish && yarn clean"
},

@@ -26,0 +26,0 @@ "repository": "git@github.com:chris-pearce/backpack.css.git",

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