fix few issues in marko cli

This commit is contained in:
Neville Mehta 2018-05-18 00:26:55 -07:00
parent a9a7f86899
commit bbee3b86fc
4 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
import '@storybook/addon-actions/register';
import '@storybook/addon-links/register';
import '@storybook/addon-knobs/register';

View File

@ -1,4 +1,4 @@
import { configure } from '@storybook/mithril';
import { configure } from '@storybook/marko';
// automatically import all files ending in *.stories.js
const req = require.context('../stories', true, /.stories.js$/);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@ -89,7 +89,6 @@
"lerna": "2.11.0",
"lint-staged": "^7.1.0",
"lodash": "^4.17.10",
"marko-loader": "^1.3.3",
"npmlog": "^4.1.2",
"polymer-webpack-loader": "^2.0.2",
"prettier": "^1.12.1",