Skip to content

Commit 96bd241

Browse files
committed
chore: cleanup doctor package
1 parent ebaaad8 commit 96bd241

File tree

6 files changed

+326
-146
lines changed

6 files changed

+326
-146
lines changed

packages/doctor/.npmignore

-35
This file was deleted.

packages/doctor/.travis.yml

-11
This file was deleted.

packages/doctor/package.json

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
55
"main": "lib/index.js",
66
"types": "./typings/nativescript-doctor.d.ts",
7+
"files": [
8+
"lib/**/*.js",
9+
"resources",
10+
"typings",
11+
"CHANGELOG.md",
12+
"NOTICE.txt"
13+
],
714
"scripts": {
815
"clean": "npx rimraf node_modules package-lock.json && npm i && grunt clean",
916
"build": "grunt",

0 commit comments

Comments
 (0)