Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

Commit 181bfc7

Browse files
committed
Bump Handsontable, add info about vue-handsontable-official.
1 parent cd80e64 commit 181bfc7

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@ Feel free to give us feedback on this wrapper using this [contact form](https://
9797
Handsontable comes with more wrappers and directives for popular frameworks:
9898

9999
- [hot-table](https://github.com/handsontable/hot-table) (Polymer - WebComponents)
100-
- [ngHandsontable](https://github.com/handsontable/ngHandsontable) (Angular 1)
100+
- [ngHandsontable](https://github.com/handsontable/ngHandsontable) (Angular 1)
101+
- [vue-handsontable-official](https://github.com/handsontable/vue-handsontable-official) (Vue.js)

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ <h2 id="other-wrappers"><a class="header-link" href="#other-wrappers"></a>Other
8989
<ul class="list">
9090
<li><a href="https://github.com/handsontable/hot-table">hot-table</a> (Polymer - WebComponents)</li>
9191
<li><a href="https://github.com/handsontable/ngHandsontable">ngHandsontable</a> (Angular 1)</li>
92+
<li><a href="https://github.com/handsontable/vue-handsontable-official">vue-handsontable-official</a> (Vue.js)</li>
9293
</ul>
9394
</article>
9495
</body>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"moment": "^2.17.1",
4949
"numbro": "^1.9.3",
5050
"pikaday": "^1.5.1",
51-
"handsontable": "^0.31.0"
51+
"handsontable": "^0.31.1"
5252
},
5353
"scripts": {
5454
"test": "npm run _pre-testing && jest",
5555
"test:watch": "npm run _pre-testing && jest --watch",
5656
"test:coverage": "npm run _pre-testing && jest --coverage",
5757
"clean": "rimraf dist",
5858
"prepublish": "npm run clean && npm run build",
59-
"build": "webpack -d && npm run uglify",
59+
"build": "webpack && npm run uglify",
6060
"full-build": "npm run build && npm run make-docs",
6161
"make-docs": "npm run _clone-readme && npm run _add-md-tags && npm run _generate-docs && npm run _clean-readme-clone",
6262
"uglify": "uglifyjs ./dist/react-handsontable.js -m -c -o ./dist/react-handsontable.min.js",

0 commit comments

Comments
 (0)