Skip to content

Commit

Permalink
fix: Removing demo related files from src
Browse files Browse the repository at this point in the history
  • Loading branch information
sougiovn committed Oct 21, 2018
1 parent 136a914 commit 695a9b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.js → demo/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Vue from 'vue';
import Demo from './Demo';

import vStylish from './lib';
import vStylish from '@/lib';

Vue.use(vStylish);

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"module": "dist/v-stylish.es.js",
"browser": "dist/v-stylish.min.js",
"scripts": {
"serve": "poi src/main.js",
"serve": "poi demo/main.js",
"build": "del dist && bili",
"test": "cross-env NODE_ENV=test && jest",
"test": "cross-env NODE_ENV=test && jest --no-cache",
"coverage": "npm run test -- --coverage",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"docs:dev": "vuepress dev docs",
Expand Down

0 comments on commit 695a9b0

Please sign in to comment.