+
@@ -11,6 +12,9 @@ export default {
return [piece.type, piece.colour];
}
},
+ selectSquare: () => {
+ console.log("Clicked square");
+ }
},
props: ["piece"]
diff --git a/package.json b/package.json
index a5e8291..e3899ca 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,6 @@
"babel-plugin-transform-runtime": "^6.15.0",
"brunch": "^2.9.1",
"javascript-brunch": "^2.0.0",
- "jquery": "^3.1.1",
"sass-brunch": "^2.7.0",
"vue": "^2.0.5",
"vue-brunch": "^1.2.3",
diff --git a/yarn.lock b/yarn.lock
index 58d14b9..230f0a6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1941,10 +1941,6 @@ jodid25519@^1.0.0:
dependencies:
jsbn "~0.1.0"
-jquery:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"
-
js-base64@^2.1.9:
version "2.1.9"
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.1.9.tgz#f0e80ae039a4bd654b5f281fc93f04a914a7fcce"