Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperStack committed Nov 15, 2017
1 parent e7fdd08 commit 98d6256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ const resolve = dir => path.resolve(__dirname, '..', dir)

fs.emptyDirSync(resolve('dist'))
fs.copySync(resolve('src'), resolve('dist'))
fs.copySync(resolve('src/styles/fonts'), resolve('dist/fonts'))
fs.removeSync(resolve('dist/styles'))
execSync('./node_modules/stylus/bin/stylus src/styles/index.styl --out dist/')
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v-contextmenu",
"description": "ContextMenu based on Vue 2.0",
"version": "1.1.1",
"version": "1.1.2",
"author": "XBT1 <xbtop1@gmail.com>",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 98d6256

Please sign in to comment.