@appthreat/atom
Advanced tools
Comparing version 0.20.1 to 1.0.0
@@ -26,3 +26,6 @@ #!/usr/bin/env node | ||
const APP_MAIN_CLASS = "io.appthreat.atom.Atom"; | ||
const APP_CLASSPATH = join(APP_LIB_DIR, "io.appthreat.atom-1.0.0-classpath.jar"); | ||
const APP_CLASSPATH = join( | ||
APP_LIB_DIR, | ||
"io.appthreat.atom-1.0.0-classpath.jar" | ||
); | ||
let JAVACMD = "java"; | ||
@@ -29,0 +32,0 @@ if (process.env.JAVA_HOME) { |
{ | ||
"name": "@appthreat/atom", | ||
"version": "0.20.1", | ||
"version": "1.0.0", | ||
"description": "Create atom (⚛) representation for your application, packages and libraries", | ||
@@ -5,0 +5,0 @@ "exports": "./index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
79846307
529
0