Skip to content

Commit 9eb6d15

Browse files
committed
1.0.2
1 parent fcdbf80 commit 9eb6d15

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "style.css",
33
"description": "Classless stylesheet for markdown documents.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Nate Goldman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/ungoldman/style.css/issues"
@@ -44,8 +44,8 @@
4444
"generate": "run-s generate:**",
4545
"generate:css": "run-p 'sass:* -- -o ./'",
4646
"generate:prefix": "postcss -u autoprefixer -r style.css",
47-
"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",
48-
"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",
47+
"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",
48+
"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",
4949
"gh-pages": "npm run site && gh-pages -d site",
5050
"git-dirty": "exit-on-dirty-git",
5151
"prerelease": "run-s test generate git-dirty",
@@ -63,7 +63,8 @@
6363
"start": "npm-run-all site --parallel serve:*",
6464
"test": "stylelint \"style.css\" && stylelint \"serif.css\"",
6565
"watch:html": "npm run site:html -- -w",
66-
"watch:scss": "run-p 'site:css -- -w'"
66+
"watch:scss": "run-p 'site:css -- -w'",
67+
"env": "env"
6768
},
6869
"style": "style.css"
6970
}

serif.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! style.css v1.0.1 | ISC License | https://github.com/css-pkg/style.css */
1+
/*! style.css v1.0.2 | ISC License | https://github.com/ungoldman/style.css */
22
html {
33
color: #303030;
44
background-color: white;

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! style.css v1.0.1 | ISC License | https://github.com/css-pkg/style.css */
1+
/*! style.css v1.0.2 | ISC License | https://github.com/ungoldman/style.css */
22
html {
33
color: #303030;
44
background-color: white;

0 commit comments

Comments
 (0)