Skip to content

Commit

Permalink
chore(packages): use files arrays (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz authored and bcoe committed Apr 8, 2017
1 parent bce700c commit b60a4ac
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 51 deletions.
10 changes: 0 additions & 10 deletions packages/istanbul-api/.npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions packages/istanbul-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.1.7",
"description": "High level API for istanbul features",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"fast": "mocha --slow 1000",
"pretest": "jshint index.js lib/ test/",
Expand Down
6 changes: 0 additions & 6 deletions packages/istanbul-lib-coverage/.npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions packages/istanbul-lib-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Data library for istanbul coverage objects",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
Expand Down
6 changes: 0 additions & 6 deletions packages/istanbul-lib-hook/.npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions packages/istanbul-lib-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Hooks for require, vm and script used in istanbul",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
Expand Down
14 changes: 0 additions & 14 deletions packages/istanbul-lib-instrument/.npmignore

This file was deleted.

3 changes: 3 additions & 0 deletions packages/istanbul-lib-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Core istanbul API for JS code coverage",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
"test": "mocha --require=babel-register",
Expand Down
9 changes: 0 additions & 9 deletions packages/istanbul-lib-report/.npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions packages/istanbul-lib-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Base reporting library for istanbul",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
Expand Down
6 changes: 0 additions & 6 deletions packages/istanbul-lib-source-maps/.npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions packages/istanbul-lib-source-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Source maps support for istanbul",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
Expand Down
3 changes: 3 additions & 0 deletions packages/test-exclude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "4.0.3",
"description": "test for inclusion or exclusion of paths using pkg-conf and globs",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"pretest": "standard",
"test": "mocha"
Expand Down

0 comments on commit b60a4ac

Please sign in to comment.