Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zellwk committed Mar 6, 2022
1 parent 06bb151 commit 5b4b554
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"name": "mappy-breakpoints",
"version": "0.2.3",
"authors": ["Zell Liew <[email protected]>"],
"version": "0.2.4",
"authors": [
"Zell Liew <[email protected]>"
],
"main": "_mappy-breakpoints.scss",
"keywords": ["breakpoints", "sass", "sass-maps", "maps"],
"keywords": [
"breakpoints",
"sass",
"sass-maps",
"maps"
],
"type": "module",
"license": "MIT",
"description": "Mappy Breakpoints is a breakpoint mixin I have hacked together to streamline web development when using a Sass map to hold the breakpoint plugin. [Here's why I made this mixin](http://www.zell-weekeat.com/mappy-breakpoints)",
Expand All @@ -12,7 +19,12 @@
"test": "",
"release": "np --no-publish && npm publish"
},
"ignore": ["**/.*", "node_modules", "test", "tests"],
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zellwk/mappy-breakpoints.git"
Expand Down

0 comments on commit 5b4b554

Please sign in to comment.