Skip to content

Commit

Permalink
I just published to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
poeticAndroid committed Jul 12, 2021
1 parent a304d1e commit d630a6b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,3 @@ typings/

# TernJS port file
.tern-port


_/
3 changes: 2 additions & 1 deletion 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.1",
"version": "0.17.2",
"description": "game components for A-Frame",
"homepage": "https://github.com/poeticAndroid/a-game/blob/master/README.md",
"main": "index.js",
Expand All @@ -21,6 +21,7 @@ module.exports={
],
"keywords": [
"aframe",
"aframe-component",
"webvr",
"webxr",
"gamedev"
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.

3 changes: 2 additions & 1 deletion 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.1",
"version": "0.17.2",
"description": "game components for A-Frame",
"homepage": "https://github.com/poeticAndroid/a-game/blob/master/README.md",
"main": "index.js",
Expand All @@ -20,6 +20,7 @@
],
"keywords": [
"aframe",
"aframe-component",
"webvr",
"webxr",
"gamedev"
Expand Down

0 comments on commit d630a6b

Please sign in to comment.