Skip to content

Commit

Permalink
Release v0.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Dec 1, 2015
1 parent a9b776a commit 6f39bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides templates and preconfigured tools for developing:
Installing globally gives you an `nwb` command:

```
npm install -g nwb@next
npm install -g nwb
```

## [Documentation](/docs/)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nwb",
"description": "npm web builder",
"version": "0.1.0-alpha.0",
"version": "0.1.0-beta.0",
"license": "MIT",
"author": "Jonny Buchanan <jonathan.buchanan@gmail.com>",
"bin": {
Expand All @@ -15,6 +15,7 @@
"test:watch": "mocha --watch --compilers js:babel-core/register tests/**/*.js"
},
"files": [
"docs",
"lib",
"templates"
],
Expand Down

0 comments on commit 6f39bb5

Please sign in to comment.