We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1671dac commit e174d60Copy full SHA for e174d60
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "example-single-process",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "An example implementation of an Oddworks server in a single process.",
5
"main": "server.js",
6
"scripts": {
7
"test": "xo && tape test/**/*-test.js | tap-spec",
8
"dev": "nodemon server.js -e js,json",
9
"start": "nf start"
10
},
11
- "author": "",
+ "author": "Odd Networks, Inc.",
12
"license": "Apache-2.0",
13
"dependencies": {
14
"@oddnetworks/oddworks": "^2.2.0",
0 commit comments