Skip to content

Commit

Permalink
Merge branch 'master' of github.com:daffl/uberproto into fntest
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jan 23, 2014
2 parents 6ae25eb + 6f9af48 commit 9065407
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions component.json
@@ -1,9 +1,21 @@
{
"name": "uberproto",
"version": "1.1.0",
"main": "./proto.min.js",
"devDependencies": {
"mocha": "~ 1.8.0",
"assert": "0.0.1"
}
}
"name": "uberproto",
"version": "1.1.0",
"repo": "daffl/uberproto",
"keywords": [
"inheritance",
"prototype"
],
"main": "dist/proto.min.js",
"scripts": [
"dist/proto.es5.js",
"dist/proto.es5.min.js",
"dist/proto.js",
"dist/proto.min.js"
],
"devDependencies": {
"mocha": "~ 1.8.0",
"assert": "0.0.1"
},
"license": "MIT"
}

0 comments on commit 9065407

Please sign in to comment.