Skip to content

Commit 0c07c20

Browse files
author
Ken Berkeley
committed
[examples] widen the Fixed example
1 parent 3b30934 commit 0c07c20

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

examples/dist/client.69b61460.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/dist/client.f19edc83.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212

1313
<script src="//unpkg.com/jquery@2.1.4/dist/jquery.min.js"></script>
1414
<script src="//unpkg.com/bootstrap@3.3.5/dist/js/bootstrap.min.js"></script>
15-
<script type="text/javascript" src="client.f19edc83.js"></script></body>
15+
<script type="text/javascript" src="client.69b61460.js"></script></body>
1616
</html>

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue2-datatable-component",
33
"description": "The best Datatable for Vue.js 2.x which never sucks",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"main": "dist/min.js",
66
"module": "src/index.js",
77
"author": "Ken Berkeley <kenberkeley@foxmail.com>",
@@ -15,8 +15,7 @@
1515
"build": "npm run build:examples && npm run build:lib",
1616
"build:examples": "vue build --config build/examples.js --prod",
1717
"build:lib": "vue build --config build/lib.js --prod",
18-
"doc": "docsify serve doc",
19-
"prepublish": "npm run build:lib"
18+
"doc": "docsify serve doc"
2019
},
2120
"repository": {
2221
"type": "git",

0 commit comments

Comments
 (0)