Prepare 0.1.0 release
This commit is contained in:
parent
9d496ee338
commit
77559d37c1
|
@ -1,10 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "atom-beautify",
|
"name": "atom-beautify",
|
||||||
"main": "./lib/atom-beautify",
|
"main": "./lib/atom-beautify",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Beautify HTML, CSS and Javascript in Atom",
|
"description": "Beautify HTML, CSS and Javascript in Atom",
|
||||||
"activationEvents": ["beautify"],
|
"activationEvents": [
|
||||||
|
"beautify"
|
||||||
|
],
|
||||||
"repository": "https://github.com/donaldpipowitch/atom-beautify",
|
"repository": "https://github.com/donaldpipowitch/atom-beautify",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
Loading…
Reference in New Issue