Skip to content

Commit

Permalink
remove browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Jun 1, 2016
1 parent d49e02b commit 46fb0e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k-frame",
"version": "0.2.0",
"version": "0.2.1",
"description": "Kevin's collection of A-Frame add-ons, components, and helpers.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,10 +39,9 @@
"aframe-look-at-component": "^0.1.0",
"aframe-randomizer-components": "^0.2.0",
"aframe-template-component": "^1.5.0",
"aframe-text-component": "^0.3.0",
"webpack": "^1.13.1"
"aframe-text-component": "^0.3.0"
},
"devDependencies": {
"browserify": "^13.0.1"
"webpack": "^1.13.1"
}
}

0 comments on commit 46fb0e0

Please sign in to comment.