aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2017-12-28 15:13:50 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2017-12-28 15:13:50 +0200
commit7fae8652d56e02237ad281c217a3f3d76ed4190a (patch)
treea8bd6690a476004d2aa9d74ab7d3fa8473036227
parent04a05206ff197fef47a985a24dfde7ae9c405520 (diff)
Change namemaster
-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>