Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Mar 24, 2018
1 parent 511e5a6 commit 7bf34e8
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"name": "fraktur.css",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npm run build",
"build": "npm run clean && run-p build:*",
"build:css": "postcss site/site.css -o build/bundle.css",
"build:md": "sitedown . -b build -l site/layout.html",
"watch": "npm run clean && run-p watch:*",
"watch:css": "npm run build:css -- --watch",
"watch:js": "budo --dir build --live --open",
"watch:md": "npm run build:md -- -w",
"clean": "rimraf build && mkdirp build",
"start": "npm run watch"
},
"repository": {
"type": "git",
Expand All @@ -17,18 +26,6 @@
"url": "https://github.com/bcomnes/fraktur.css/issues"
},
"homepage": "https://github.com/bcomnes/fraktur.css#readme",
"scripts": {
"test": "npm run build",
"build": "npm run clean && run-p build:*",
"build:css": "postcss site/site.css -o build/bundle.css",
"build:md": "sitedown . -b build -l site/layout.html",
"watch": "npm run clean && run-p watch:*",
"watch:css": "npm run build:css -- --watch",
"watch:js": "budo --dir build --live --open",
"watch:md": "npm run build:md -- -w",
"clean": "rimraf build && mkdirp build",
"start": "npm run watch"
},
"devDependencies": {
"autoprefixer": "^8.0.0",
"budo": "^11.0.0",
Expand Down

0 comments on commit 7bf34e8

Please sign in to comment.