Skip to content

Commit

Permalink
After careful thought (2 seconds), dropping beta tag from npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason LaChapelle committed Aug 13, 2015
1 parent e032cd6 commit 9a16746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please note that kale is currently in an _alpha_ state. Most features are somewh

installation
------------
`$ npm install kale@beta`
`$ npm install kale`

using kale
----------
Expand Down Expand Up @@ -251,7 +251,7 @@ command line

After installing the latest version of node, install with:

`$ npm install kale@beta -g`
`$ npm install kale -g`

and run with:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kale",
"description": "A JSON view templating and transformation library for both sides of your RESTful APIs.",
"version": "0.6.5",
"version": "0.6.6",
"stability": "alpha",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 9a16746

Please sign in to comment.