Skip to content

Commit

Permalink
Version bump to 1.0.1
Browse files Browse the repository at this point in the history
	modified:   package.json
  • Loading branch information
kixxauth committed Jul 7, 2016
1 parent 1671dac commit e174d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "example-single-process",
"version": "1.0.0",
"version": "1.0.1",
"description": "An example implementation of an Oddworks server in a single process.",
"main": "server.js",
"scripts": {
"test": "xo && tape test/**/*-test.js | tap-spec",
"dev": "nodemon server.js -e js,json",
"start": "nf start"
},
"author": "",
"author": "Odd Networks, Inc.",
"license": "Apache-2.0",
"dependencies": {
"@oddnetworks/oddworks": "^2.2.0",
Expand Down

0 comments on commit e174d60

Please sign in to comment.