aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--src/components/post/post.tag2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index d816ef0..ee844bd 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "jan.systems",
+ "name": "riot-webpack-sass-project",
"version": "1.0.0",
"author": "Jan Tuomi <jans.tuomi@gmail.com>",
"license": "MIT",
diff --git a/src/components/post/post.tag b/src/components/post/post.tag
index ca6040e..3e41ba7 100644
--- a/src/components/post/post.tag
+++ b/src/components/post/post.tag
@@ -7,6 +7,6 @@
<script type="es6">
import style from './post.scss';
-
+ /* Write your ES6 JS here */
</script>
</post>