Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "barrelsby", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Automatic TypeScript barrels for your entire code base", | ||
"main": "index.js", | ||
"scripts": { | ||
"clean": "rimraf bin/", | ||
"build_tsc": "tsc", | ||
"build_tslint": "tslint --project tsconfig.json -t stylish", | ||
"build": "npm run build_tsc && npm run build_tslint", | ||
"build": "npm run clean && npm run build_tsc && npm run build_tslint", | ||
"tests_integration": "node bin/index.js -c barrelsby.json", | ||
@@ -48,2 +49,3 @@ "tests_unit": "istanbul cover --report json --root \"./bin\" -x \"**/*.test.js\" node_modules/mocha/bin/_mocha \"bin/**/*.test.js\"", | ||
"remap-istanbul": "^0.11.0", | ||
"rimraf": "^2.6.2", | ||
"sinon": "^5.0.10", | ||
@@ -50,0 +52,0 @@ "sinon-chai": "^3.0.0", |
@@ -0,0 +0,0 @@ # ![Barrelsby Logo](https://github.com/bencoveney/barrelsby/blob/master/img/logo.png?raw=true) |
@@ -0,0 +0,0 @@ import * as fs from "fs"; |
@@ -0,0 +0,0 @@ import * as path from "path"; |
@@ -0,0 +0,0 @@ import {Options} from "../options"; |
@@ -0,0 +0,0 @@ import {assert} from "chai"; |
@@ -0,0 +0,0 @@ /** A location in the file tree. */ |
@@ -0,0 +0,0 @@ { |
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
224280
16