Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "maximo-cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Maximo command line tools", | ||
@@ -19,3 +19,3 @@ "main": "src/maximo-cli.js", | ||
"author": "sls@ca.ibm.com", | ||
"license": "MIT", | ||
"license": "ISC", | ||
"repository": "ibm-maximo-dev/maximo-cli", | ||
@@ -22,0 +22,0 @@ "dependencies": { |
@@ -6,3 +6,3 @@ # Command Line Tools for Development with IBM Maximo Asset Mangement | ||
`maximo-cli` requires that [NodeJS](https://nodejs.org/en/) be installed. If you do not have NodeJS installed, then install it first. | ||
`maximo-cli` requires that [NodeJS](https://nodejs.org/en/) **version 8+** be installed. If you do not have NodeJS **version 8** installed, then install/upgrade it first. | ||
@@ -9,0 +9,0 @@ The vision for `maximo-cli` is to provide a set of lifecycle tools for the developer, allowing them to create, build, test, deploy, and package an add-on, while offering other additional tools are useful in the development lifecycle of Maximo Asset Management. |
@@ -18,4 +18,4 @@ /* | ||
if (IS_WIN) { | ||
gradleFilename = gradleFilename.append(".bat"); | ||
}; | ||
gradleFilename = gradleFilename + ".bat"; | ||
} | ||
@@ -22,0 +22,0 @@ gradle.exists = function(gradlePath) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
387054
1