Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Mar 14, 2022
1 parent fcdbf80 commit 9eb6d15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "style.css",
"description": "Classless stylesheet for markdown documents.",
"version": "1.0.1",
"version": "1.0.2",
"author": "Nate Goldman <ungoldman@gmail.com>",
"bugs": {
"url": "https://github.com/ungoldman/style.css/issues"
Expand Down Expand Up @@ -44,8 +44,8 @@
"generate": "run-s generate:**",
"generate:css": "run-p 'sass:* -- -o ./'",
"generate:prefix": "postcss -u autoprefixer -r style.css",
"generate:sign": "cat style.css | pbcopy && echo \"/*! $npm_package_name v$npm_package_version | $npm_package_license License | $npm_package_homepage */\" > style.css && pbpaste >> style.css",
"generate:sign-2": "cat serif.css | pbcopy && echo \"/*! $npm_package_name v$npm_package_version | $npm_package_license License | $npm_package_homepage */\" > serif.css && pbpaste >> serif.css",
"generate:sign": "cat style.css | pbcopy && echo \"/*! $npm_package_name v$npm_package_version | ISC License | https://github.com/ungoldman/style.css */\" > style.css && pbpaste >> style.css",
"generate:sign-2": "cat serif.css | pbcopy && echo \"/*! $npm_package_name v$npm_package_version | ISC License | https://github.com/ungoldman/style.css */\" > serif.css && pbpaste >> serif.css",
"gh-pages": "npm run site && gh-pages -d site",
"git-dirty": "exit-on-dirty-git",
"prerelease": "run-s test generate git-dirty",
Expand All @@ -63,7 +63,8 @@
"start": "npm-run-all site --parallel serve:*",
"test": "stylelint \"style.css\" && stylelint \"serif.css\"",
"watch:html": "npm run site:html -- -w",
"watch:scss": "run-p 'site:css -- -w'"
"watch:scss": "run-p 'site:css -- -w'",
"env": "env"
},
"style": "style.css"
}
2 changes: 1 addition & 1 deletion serif.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! style.css v1.0.1 | ISC License | https://github.com/css-pkg/style.css */
/*! style.css v1.0.2 | ISC License | https://github.com/ungoldman/style.css */
html {
color: #303030;
background-color: white;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! style.css v1.0.1 | ISC License | https://github.com/css-pkg/style.css */
/*! style.css v1.0.2 | ISC License | https://github.com/ungoldman/style.css */
html {
color: #303030;
background-color: white;
Expand Down

0 comments on commit 9eb6d15

Please sign in to comment.