Prepare 0.1.0 release
This commit is contained in:
parent
9d496ee338
commit
77559d37c1
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue