Skip to content

Commit

Permalink
chore: update license file (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Dec 5, 2018
1 parent 62fdf63 commit 76f903d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions .kokoro/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ cd $(dirname $0)/..

npm install
npm test
./node_modules/nyc/bin/nyc.js report

bash $KOKORO_GFILE_DIR/codecov.sh
3 changes: 2 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"exclude": [
"src/*{/*,/**/*}.js",
"src/*/v*/*.js",
"test/**/*.js"
"test/**/*.js",
"build/test"
],
"watermarks": {
"branches": [
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"lint": "eslint 'samples/*.js' 'samples/**/*.js'",
"cover": "nyc --reporter=lcov mocha build/test && nyc report",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"test-no-cover": "mocha build/test",
"test": "npm run cover",
"test": "nyc mocha",
"presystem-test": "npm run compile",
"system-test": "mocha build/system-test --timeout 600000",
"fix": "eslint 'samples/*.js' 'samples/**/*.js' --fix",
Expand Down Expand Up @@ -85,10 +84,5 @@
"proxyquire": "^2.0.1",
"sinon": "^7.0.0",
"typescript": "~3.2.0"
},
"nyc": {
"exclude": [
"build/test"
]
}
}

0 comments on commit 76f903d

Please sign in to comment.