Skip to content

Commit

Permalink
Merge branch 'master' into add-translit-ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
navdeepsinghkhalsa committed Feb 5, 2019
2 parents 6504063 + 0486be0 commit 5d79045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ coverage
node_modules/
package-lock.json
dist
anvaadtest.js
japji.txt
qnjqnh.txt
yarn-error.log
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test": "jest && yarn lint",
"lint": "eslint .",
"coverage": "jest --coverage",
"build": "webpack -p"
"build": "webpack -p",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5d79045

Please sign in to comment.