Skip to content

Commit

Permalink
Removed separated cli project, added npm publishing (related #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizche committed May 31, 2020
1 parent 3ac9078 commit 17af273
Show file tree
Hide file tree
Showing 7 changed files with 3,395 additions and 1,197 deletions.
2 changes: 1 addition & 1 deletion cli/cli.js → babel-plugin-deobfuscate/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
var fs = require('fs');
const Babel = require('babel-standalone');
const IlluminateJs = require('../babel-plugin-deobfuscate/lib/illuminatejs')
const IlluminateJs = require('.')

Babel.registerPlugin('illuminatejs', IlluminateJs.default);

Expand Down
Loading

0 comments on commit 17af273

Please sign in to comment.