Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpale committed Mar 22, 2018
1 parent 5db7c2f commit e6e80c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/version.js
@@ -1,2 +1,2 @@
// generated by genversion
module.exports = '1.4.0'
module.exports = '1.4.1'
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "tapspace",
"version": "1.4.0",
"version": "1.4.1",
"description": "A zoomable user interface lib for web apps",
"keywords": [
"zoomable",
Expand Down Expand Up @@ -64,7 +64,7 @@
"webpack-tape-run": "0.0.7"
},
"scripts": {
"start": "node examples/server.js",
"start": "node docs/examples/server.js",
"build": "webpack",
"build:watch": "webpack --watch",
"lint": "standard 'lib/**/*.js' 'test/**/*.js' && echo 'OK'",
Expand Down

0 comments on commit e6e80c1

Please sign in to comment.