mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
e7e79f41a7
Create NPM package for OpenMCTWeb. Includes scripts for hosting, running tests, and building documentation.
10 lines
212 B
JSON
10 lines
212 B
JSON
{
|
|
"source": {
|
|
"include": [
|
|
"example/",
|
|
"platform/"
|
|
],
|
|
"includePattern": "(example|platform)/.+\\.js$",
|
|
"excludePattern": ".+\\Spec\\.js$|lib/.+"
|
|
}
|
|
} |