Compare commits

...
2 Commits
Author SHA1 Message Date
Shan Carter 715dbec2a1 0.0.6 2017-01-09 15:50:20 -08:00
Shan Carter 953991f3f7 fixing main path 2017-01-09 15:50:15 -08:00
+2 -5
View File
@@ -1,8 +1,8 @@
{ {
"name": "distill-template", "name": "distill-template",
"version": "0.0.5", "version": "0.0.6",
"description": "Template for creating Distill articles.", "description": "Template for creating Distill articles.",
"main": "dist/distill.js", "main": "dist/template.js",
"scripts": { "scripts": {
"start": "rollup -c -w", "start": "rollup -c -w",
"build": "rollup -c", "build": "rollup -c",
@@ -34,8 +34,5 @@
"rollup-plugin-string": "^2.0.2", "rollup-plugin-string": "^2.0.2",
"rollup-plugin-uglify": "^1.0.1", "rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^2.5.0" "rollup-watch": "^2.5.0"
},
"dependencies": {
"distill-template": "^0.0.4"
} }
} }