Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rmartone/missionlog
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartone committed Jul 26, 2019
2 parents 0c3c505 + 75b5205 commit 682dc72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.*/
.vscode/
.DS_Store
console.jpg
coverage/
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "missionlog",
"private": false,
"main": "index.js",
"types": "index.d.ts",
"version": "1.1.36",
Expand All @@ -16,6 +17,9 @@
"backend",
"typescript"
],
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"build": "yarn build:types && yarn build:js",
"build:types": "tsc --emitDeclarationOnly",
Expand All @@ -25,8 +29,9 @@
"release": "standard-version",
"test": "jest"
},
"author": "ray martone <rmartone@gmail.com>",
"author": "Ray Martone",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
Expand Down

0 comments on commit 682dc72

Please sign in to comment.