Skip to content

Commit

Permalink
add npm ignore file and updated the npm version (tensorflow#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyu10055 authored Feb 11, 2020
1 parent 244d4cd commit bb52cac
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions qna/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.yalc/
.vscode/
.rpt2_cache/
demo/
scripts/
src/
coverage/
node_modules/
karma.conf.js
*.tgz
dist/**/*.js.map
.travis.yml
.npmignore
tslint.json
yalc.lock
yarn.lock
2 changes: 1 addition & 1 deletion qna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow-models/qna",
"version": "1.0.0-alpha1",
"version": "1.0.0-alpha2",
"description": "Question and Answer model (Mobile BERT)",
"main": "dist/index.js",
"unpkg": "dist/qna.min.js",
Expand Down
3 changes: 2 additions & 1 deletion qna/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '1.0.0-alpha1';
const version = '1.0.0-alpha2';
export {version};

0 comments on commit bb52cac

Please sign in to comment.