Skip to content

Commit

Permalink
remove elife and change thieme, update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 7, 2020
1 parent 84bb575 commit afb55a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TAG := $(shell git describe --tags)

zip:
find src | egrep '\.(json)$$' | zip -@ pubpatterns.zip
find src | egrep '\.(json)$$' | zip -@ pubpatterns.zip -j

release:
gh release create ${TAG} 'pubpatterns.zip' -t 'pubpatterns ${TAG}'
21 changes: 0 additions & 21 deletions src/elife.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/thieme.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cookies": false,
"regex": null,
"open_access": null,
"use_crossref_links": false,
"use_crossref_links": true,
"journals": [
{
"journal": "american-journal-of-perinatology-reports",
Expand Down

0 comments on commit afb55a5

Please sign in to comment.