|
1 | 1 | {
|
2 | 2 | "name": "style.css",
|
3 | 3 | "description": "Classless stylesheet for markdown documents.",
|
4 |
| - "version": "1.0.1", |
| 4 | + "version": "1.0.2", |
5 | 5 | "author": "Nate Goldman <[email protected]>",
|
6 | 6 | "bugs": {
|
7 | 7 | "url": "https://github.com/ungoldman/style.css/issues"
|
|
44 | 44 | "generate": "run-s generate:**",
|
45 | 45 | "generate:css": "run-p 'sass:* -- -o ./'",
|
46 | 46 | "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", |
49 | 49 | "gh-pages": "npm run site && gh-pages -d site",
|
50 | 50 | "git-dirty": "exit-on-dirty-git",
|
51 | 51 | "prerelease": "run-s test generate git-dirty",
|
|
63 | 63 | "start": "npm-run-all site --parallel serve:*",
|
64 | 64 | "test": "stylelint \"style.css\" && stylelint \"serif.css\"",
|
65 | 65 | "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" |
67 | 68 | },
|
68 | 69 | "style": "style.css"
|
69 | 70 | }
|
0 commit comments