Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Oct 12, 2016
1 parent 92308b2 commit de2dd6c
Show file tree
Hide file tree
Showing 10 changed files with 943 additions and 1,087 deletions.
1 change: 0 additions & 1 deletion dist/aframe-v0.3.0.min.js.map

This file was deleted.

998 changes: 463 additions & 535 deletions dist/aframe-v0.3.0.js → dist/aframe-v0.3.2.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/aframe-v0.3.0.js.map → dist/aframe-v0.3.2.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/aframe-v0.3.0.min.js → dist/aframe-v0.3.2.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/aframe-v0.3.2.min.js.map

Large diffs are not rendered by default.

992 changes: 460 additions & 532 deletions dist/aframe.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/aframe.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/aframe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aframe",
"version": "0.3.1",
"version": "0.3.2",
"description": "Building blocks for the VR Web",
"homepage": "https://aframe.io/",
"main": "dist/aframe.js",
Expand All @@ -13,8 +13,8 @@
"dist:max": "npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js",
"dist:min": "npm run browserify -s -- --debug -p [minifyify --map aframe.min.js.map --output dist/aframe.min.js.map] -o dist/aframe.min.js",
"dist:release": "npm run dist:release:min && npm run dist:release:max",
"dist:release:max": "npm run browserify -s -- --debug | exorcist dist/aframe-v0.3.0.js.map > dist/aframe-v0.3.0.js",
"dist:release:min": "npm run browserify -s -- --debug -p [minifyify --map aframe-v0.3.0.min.js.map --output dist/aframe-v0.3.0.min.js.map] -o dist/aframe-v0.3.0.min.js",
"dist:release:max": "npm run browserify -s -- --debug | exorcist dist/aframe-v0.3.2.js.map > dist/aframe-v0.3.2.js",
"dist:release:min": "npm run browserify -s -- --debug -p [minifyify --map aframe-v0.3.2.min.js.map --output dist/aframe-v0.3.2.min.js.map] -o dist/aframe-v0.3.2.min.js",
"gh-pages": "npm run ghpages",
"ghpages": "node ./scripts/gh-pages",
"lint": "semistandard -v | snazzy",
Expand Down

0 comments on commit de2dd6c

Please sign in to comment.