Skip to content

Commit

Permalink
Updated packing config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
OOPMan committed Sep 14, 2015
1 parent 4bc52cd commit 0da9162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "encapsulate",
"version": "0.0.1",
"version": "0.1.0",
"homepage": "https://github.com/OOPMan/encapsulate",
"authors": [
"Adam Jorgensen <adam.jorgensen.za@gmail.com>"
],
"description": "A JavaScript class system",
"description": "A JavaScript OO system",
"main": "dist/encapsulate.js",
"moduleType": [
"amd",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "encapsulate",
"version": "0.0.1",
"description": "A JavaScript class system",
"version": "0.1.0",
"description": "A JavaScript OO system",
"main": "dist/encapsulate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "babel-node ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OOPMan/encapsulate.git"
},
"keywords": [
"object orientation",
"classes",
"utility"
],
Expand Down

0 comments on commit 0da9162

Please sign in to comment.