Skip to content

Commit

Permalink
Fix package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
rstone770 committed Sep 9, 2016
1 parent 8a4eda2 commit f4a161d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,17 +1,17 @@
{
"name": "@rstone770/brandy",
"version": "2.0.0",
"version": "2.0.2",
"description": "A tiny, ultra extendable IoC container.",
"homepage": "http://www.github.com/rstone770/brandy",
"main": "./bin/brandy.js",
"main": "./dist/brandy.js",
"scripts": {
"all": "npm run lint test bundle",
"bundle": "node ./node_modules/gulp/bin/gulp bundle",
"lint": "node ./node_modules/gulp/bin/gulp lint",
"test": "node ./node_modules/gulp/bin/gulp test",
"prepublish": "npm run bundle"
},
"file": [
"files": [
"dist",
"LICENSE"
],
Expand Down

0 comments on commit f4a161d

Please sign in to comment.