Skip to content

Commit

Permalink
feat: rename to ams-xml-to-html
Browse files Browse the repository at this point in the history
BREAKING CHANGE
Resolves #117
  • Loading branch information
pkra committed May 16, 2019
1 parent 764037f commit 17f7d64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# jats-to-htmlbook
An xslt for converting JATS to htmlbook
# ams-xml-to-html

An xslt for converting JATS-like XML to html
File renamed without changes.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jats-to-htmlbook",
"name": "ams-xml-to-html",
"version": "3.0.0-2",
"description": "An xslt for converting JATS to htmlbook",
"description": "An xslt for converting JATS-like XML to html",
"private": true,
"scripts": {
"test": "echo \"No tests yet\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmerMathSoc/jats-to-htmlbook.git"
"url": "git+https://github.com/AmerMathSoc/ams-xml-to-html.git"
},
"contributors": [
{
Expand All @@ -22,7 +22,7 @@
],
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/AmerMathSoc/jats-to-htmlbook/issues"
"url": "https://github.com/AmerMathSoc/ams-xml-to-html/issues"
},
"homepage": "https://github.com/AmerMathSoc/jats-to-htmlbook#readme"
"homepage": "https://github.com/AmerMathSoc/ams-xml-to-html#readme"
}

0 comments on commit 17f7d64

Please # to comment.