Comparing version 0.0.2 to 0.0.3
@@ -0,3 +1,4 @@ | ||
#!/usr/bin/env node | ||
'use strict'; | ||
console.info('You have launched the camomile cli'); |
@@ -5,8 +5,6 @@ 'use strict'; | ||
var differentmodule = 42; | ||
var camomile = function () { | ||
console.log('Welcome to Camomile', differentmodule); | ||
console.log('Welcome to Camomile'); | ||
}; | ||
exports.camomile = camomile; |
{ | ||
"name": "camomile", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "The workflow automation toolset", | ||
@@ -36,2 +36,3 @@ "author": "Nikita Karamov <nick@karamoff.dev>", | ||
"rollup": "^2.26.5", | ||
"rollup-plugin-preserve-shebang": "^1.0.1", | ||
"typescript": "^3.9.7" | ||
@@ -38,0 +39,0 @@ }, |
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
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
3641
12
15