Skip to content

Commit

Permalink
chore() update dependencies; bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Nov 30, 2015
1 parent ee22aac commit 601a5b8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "most-subject",
"version": "0.1.0",
"version": "1.0.0",
"description": "Subject implemented in Most",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,13 +27,12 @@
"devDependencies": {
"@most/hold": "^0.2.0",
"assert": "^1.3.0",
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"babel-cli": "^6.2.4",
"babel-core": "^6.2.4",
"babel-preset-es2015": "^6.2.4",
"mocha": "^2.3.4"
},
"dependencies": {
"@most/hold": "^0.2.0",
"most": "^0.16.0"
}
}

0 comments on commit 601a5b8

Please sign in to comment.