version bump

This commit is contained in:
Gavin McDonald
2019-02-07 20:24:01 -05:00
parent 28b2b38d82
commit c65a06a4ae
3 changed files with 79 additions and 89 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tessellate",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"main": "./public/js/tessellate.js",
"scripts": {
@@ -22,7 +22,7 @@
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
}
}