mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 04:40:06 +00:00
v1.2.0
Jumping past 1.0 to avoid conflicts with any other package versions.
This commit is contained in:
parent
2ea625f780
commit
7125fd05c2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "js-beautify",
|
||||
"version": "0.4.2",
|
||||
"version": "1.2.0",
|
||||
"description": "jsbeautifier.org for node",
|
||||
"main": "index.js",
|
||||
"preferGlobal": true,
|
||||
|
@ -3,7 +3,7 @@
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='jsbeautifier',
|
||||
version='0.4.2',
|
||||
version='1.2.0',
|
||||
description='JavaScript unobfuscator and beautifier.',
|
||||
long_description=('Beautify, unpack or deobfuscate JavaScript. '
|
||||
'Handles popular online obfuscators.'),
|
||||
|
Loading…
Reference in New Issue
Block a user