@ardatan/bob
Advanced tools
Comparing version 0.0.9 to 0.1.0
#!/usr/bin/env node | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
const fs_1 = require("fs"); | ||
const path_1 = require("path"); | ||
const rollup = tslib_1.__importStar(require("rollup")); | ||
const typescript = tslib_1.__importStar(require("rollup-plugin-typescript2")); | ||
const generatePackageJson = tslib_1.__importStar(require("rollup-plugin-generate-package-json")); | ||
const rollup = require("rollup"); | ||
const typescript = require("rollup-plugin-typescript2"); | ||
const generatePackageJson = require("rollup-plugin-generate-package-json"); | ||
async function build({ options, pkg }) { | ||
@@ -11,0 +10,0 @@ const inputOptions = { |
{ | ||
"name": "@ardatan/bob", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
3310
99