Browse Source
Merge pull request #1691 from doccano/enhancement/removePackagejson
Remove unused package.json
pull/1693/head
Hiroki Nakayama
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
8 deletions
-
package.json
|
@ -1,8 +0,0 @@ |
|
|
{ |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": "8.x" |
|
|
|
|
|
}, |
|
|
|
|
|
"scripts": { |
|
|
|
|
|
"heroku-postbuild": "sh tools/heroku.sh build" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|