|
27 | 27 | "test:await": "mocha",
|
28 | 28 | "test": "node --version | grep -q -E \"v(4|6)\" && npm run test:exclude-await || npm run test:await"
|
29 | 29 | },
|
| 30 | + "files": [ |
| 31 | + "binding.gyp", |
| 32 | + "src/*.cc", |
| 33 | + "src/*.h", |
| 34 | + "drafter/LICENSE", |
| 35 | + "drafter/common.gypi", |
| 36 | + "drafter/drafter.gyp", |
| 37 | + "drafter/src/*.cc", |
| 38 | + "drafter/src/*.h", |
| 39 | + "drafter/src/utils/*.cc", |
| 40 | + "drafter/src/utils/*.h", |
| 41 | + "drafter/src/utils/so/*.cc", |
| 42 | + "drafter/src/utils/so/*.h", |
| 43 | + "drafter/src/utils/log/*.cc", |
| 44 | + "drafter/src/utils/log/*.h", |
| 45 | + "drafter/src/refract/*.cc", |
| 46 | + "drafter/src/refract/*.h", |
| 47 | + "drafter/src/refract/dsd/*.cc", |
| 48 | + "drafter/src/refract/dsd/*.h", |
| 49 | + "drafter/ext/boost_1_66_0/boost", |
| 50 | + "drafter/ext/snowcrash/src/*.cc", |
| 51 | + "drafter/ext/snowcrash/src/*.h", |
| 52 | + "drafter/ext/snowcrash/src/posix/RegexMatch.cc", |
| 53 | + "drafter/ext/snowcrash/src/win/RegexMatch.cc", |
| 54 | + "drafter/ext/snowcrash/ext/markdown-parser/src/*.cc", |
| 55 | + "drafter/ext/snowcrash/ext/markdown-parser/src/*.h", |
| 56 | + "drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/README.md", |
| 57 | + "drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/*.c", |
| 58 | + "drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/*.h", |
| 59 | + "drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/*.c", |
| 60 | + "drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/*.h", |
| 61 | + "drafter/ext/variant/LICENSE.md", |
| 62 | + "drafter/ext/variant/include/mpark/*.hpp" |
| 63 | + ], |
30 | 64 | "license": "MIT"
|
31 | 65 | }
|
0 commit comments