Prepare 0.1.0 release

This commit is contained in:
Donald Pipowitch 2014-03-11 13:07:26 +01:00
parent 9d496ee338
commit 77559d37c1
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
{
"name": "atom-beautify",
"main": "./lib/atom-beautify",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "Beautify HTML, CSS and Javascript in Atom",
"activationEvents": ["beautify"],
"activationEvents": [
"beautify"
],
"repository": "https://github.com/donaldpipowitch/atom-beautify",
"license": "MIT",
"author": {