This commit is contained in:
Shan Carter
2017-11-21 14:53:38 -08:00
14 changed files with 61 additions and 32 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
{
"name": "distill-template",
<<<<<<< HEAD
"version": "2.2.11",
=======
"version": "2.2.12",
>>>>>>> be585691c53c0f06db2b6dd0f218905825bc57ae
"description": "Template for creating Distill articles.",
"main": "dist/template.v2.js",
"bin": {
@@ -12,7 +16,7 @@
"url": "https://github.com/distillpub/distill-template/issues"
},
"scripts": {
"start": "rollup -c rollup.config.dev.js -w",
"dev": "rollup -c rollup.config.dev.js -w",
"serve": "python3 -m http.server --bind 127.0.0.1 8888",
"test": "mocha",
"lint": "eslint",