Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poeticAndroid committed Jul 15, 2021
1 parent f0e9bb1 commit 83e21a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/a-game.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports={
"name": "a-game",
"title": "A-Game",
"version": "0.17.3",
"version": "0.18.0",
"description": "game components for A-Frame",
"homepage": "https://github.com/poeticAndroid/a-game/blob/master/README.md",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@ module.exports={
"build": "foreach -g src/*.js -x \"browserify #{path} -o dist/#{name}.js\" && npm run minify",
"watch": "foreach -g src/*.js -C -x \"watchify #{path} -d -o dist/#{name}.js\"",
"minify": "touch dist/foo.min.js && rm dist/*.min.js && foreach -g dist/*.js -C -x \"minify #{path} > dist/#{name}.min.js\"",
"bump": "npm version patch --no-git-tag-version",
"bump": "npm version minor --no-git-tag-version",
"gitadd": "git add package*.json dist/*.js"
},
"pre-commit": [
Expand Down
2 changes: 1 addition & 1 deletion dist/a-game.min.js

Large diffs are not rendered by default.

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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "a-game",
"title": "A-Game",
"version": "0.17.3",
"version": "0.18.0",
"description": "game components for A-Frame",
"homepage": "https://github.com/poeticAndroid/a-game/blob/master/README.md",
"main": "index.js",
Expand All @@ -10,7 +10,7 @@
"build": "foreach -g src/*.js -x \"browserify #{path} -o dist/#{name}.js\" && npm run minify",
"watch": "foreach -g src/*.js -C -x \"watchify #{path} -d -o dist/#{name}.js\"",
"minify": "touch dist/foo.min.js && rm dist/*.min.js && foreach -g dist/*.js -C -x \"minify #{path} > dist/#{name}.min.js\"",
"bump": "npm version patch --no-git-tag-version",
"bump": "npm version minor --no-git-tag-version",
"gitadd": "git add package*.json dist/*.js"
},
"pre-commit": [
Expand Down

0 comments on commit 83e21a9

Please sign in to comment.