Skip to content

Commit

Permalink
Add Dist Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
FE-Mars committed Dec 29, 2018
1 parent 46c6eba commit 81adda4
Show file tree
Hide file tree
Showing 10 changed files with 147,604 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
Expand Down
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.*
*.md
*.yml
node_modules/
babel.config.js
.eslintrc
.gitignore
.npmignore
8 changes: 8 additions & 0 deletions dist/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<meta charset="utf-8">
<title>monaco-editor-vue demo</title>
<script src="./monaco-editor-vue.umd.js"></script>
<link rel="stylesheet" href="./monaco-editor-vue.css">

<script>
console.log(monaco-editor-vue)
</script>
73,786 changes: 73,786 additions & 0 deletions dist/monaco-editor-vue.common.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/monaco-editor-vue.common.js.map

Large diffs are not rendered by default.

73,796 changes: 73,796 additions & 0 deletions dist/monaco-editor-vue.umd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/monaco-editor-vue.umd.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/monaco-editor-vue.umd.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/monaco-editor-vue.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-editor-vue",
"version": "1.0.3",
"version": "1.0.4",
"description": "Monaco Editor for Vue.",
"main": "dist/monaco-editor-vue.umd.min.js",
"scripts": {
Expand Down

0 comments on commit 81adda4

Please sign in to comment.