mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
Added bower.json
This commit is contained in:
parent
b85b8e645f
commit
b1898d93f7
12
bower.json
Normal file
12
bower.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "js-beautify",
|
||||
"version": "1.4.1",
|
||||
"main": [
|
||||
"./js/lib/beautify.js",
|
||||
"./js/lib/beautify-css.js",
|
||||
"./js/lib/beautify-html.js"
|
||||
],
|
||||
"ignore": [
|
||||
"**/.*"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user