Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Roch committed Oct 29, 2019
1 parent a6f3291 commit 155dba7
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
{
"name": "eleventy-base-blog",
"version": "5.0.0",
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
"name": "divided-by-zero",
"version": "1.0.0",
"description": "Tech blog of Sébastien Roch",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/eleventy-base-blog.git"
"url": "git@github.com:sebastien-roch/divided-by-zero.git"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
"name": "Sébastien Roch",
"email": "roch.sebastien@gmail.com",
"url": "https://blog.sebastien-roch.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/11ty/eleventy-base-blog/issues"
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"homepage": "https://blog.sebastien-roch.com/",
"devDependencies": {
"@11ty/eleventy": "^0.7.1",
"@11ty/eleventy-plugin-rss": "^1.0.3",
Expand Down

0 comments on commit 155dba7

Please sign in to comment.