build update

This commit is contained in:
Francisco Hodge
2018-10-24 20:27:29 -04:00
parent 222629abdd
commit 3070479369
7 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "simple-keyboard",
"version": "2.6.6",
"version": "2.6.7",
"description": "On-screen Javascript Virtual Keyboard",
"main": "build/index.js",
"scripts": {
@@ -9,7 +9,7 @@
"demo": "node scripts/demo.js",
"test": "node scripts/test.js --env=jsdom",
"postinstall": "node bin/postinstall",
"prepublish": "npm run build",
"prepublish": "npm run docs && npm run build",
"docs": "esdoc"
},
"repository": {