Skip to content

Commit

Permalink
resolves #25 and #31 (#32)
Browse files Browse the repository at this point in the history
* resolves #25 and #31

* bump version
  • Loading branch information
CuddleBunny authored Apr 18, 2023
1 parent 37245cc commit 95fe9ca
Show file tree
Hide file tree
Showing 7 changed files with 196,886 additions and 173,411 deletions.
46 changes: 24 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
{
"name": "cyberball-osu",
"version": "3.2.0",
"version": "3.3.0",
"description": "A clone of Empirisoft's Cyberball: Cyberball is a virtual ball-toss game that can be used for research on ostracism, social exclusion, or rejection. It has also been used to study discrimination and prejudice (in these instances, Cyberball ball toss choices are used as Dependent Variable).",
"license": "MIT",
"dependencies": {
"@types/clipboard": "^2.0.7",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.2",
"clipboard": "^2.0.10",
"phaser": "^3.55.2"
"aurelia-bootstrapper": "^2.4.0",
"clipboard": "^2.0.11",
"phaser": "^3.60.0"
},
"devDependencies": {
"@types/jasmine": "^3.10.3",
"@types/lz-string": "^1.3.34",
"@types/node": "^17.0.21",
"aurelia-cli": "^2.0.3",
"aurelia-testing": "^1.0.0",
"@types/jasmine": "^4.3.1",
"@types/lz-string": "^1.5.0",
"@types/node": "^18.15.11",
"aurelia-cli": "^3.0.1",
"aurelia-testing": "^1.1.0",
"aurelia-tools": "^2.0.0",
"browser-sync": "^2.27.7",
"connect-history-api-fallback": "^1.6.0",
"browser-sync": "^2.29.1",
"connect-history-api-fallback": "^2.0.0",
"cross-env": "^7.0.3",
"debounce": "^1.2.1",
"gulp": "^4.0.0",
"gulp-notify": "^4.0.0",
Expand All @@ -27,25 +28,26 @@
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-watch": "^5.0.1",
"jasmine-core": "^4.0.1",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-sourcemap-loader": "^0.3.8",
"jasmine-core": "^4.6.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0",
"karma-sourcemap-loader": "^0.4.0",
"karma-typescript-preprocessor": "^0.4.0",
"minimatch": "^5.0.1",
"promise-polyfill": "^8.2.1",
"minimatch": "^9.0.0",
"promise-polyfill": "^8.3.0",
"requirejs": "^2.3.6",
"source-map": "^0.7.4",
"text": "requirejs/text#latest",
"through2": "^4.0.2",
"tslint": "^6.1.3",
"typescript": "^4.6.2",
"typescript": "^5.0.4",
"vinyl-fs": "^3.0.3"
},
"scripts": {
"build": "au build",
"start": "au run",
"test": "au test"
"build": "cross-env NODE_OPTIONS=--no-experimental-fetch au build",
"start": "cross-env NODE_OPTIONS=--no-experimental-fetch au run",
"test": "cross-env NODE_OPTIONS=--no-experimental-fetch au test"
},
"engines": {
"node": ">=8.9.0"
Expand Down
20 changes: 10 additions & 10 deletions scripts/app-bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 95fe9ca

Please sign in to comment.