Drop version field from bower.json

According to bower docs, that field is deprecated and ignored.
Git tag names (or commit ids) are the way to identify a given version.
This commit is contained in:
Martin von Gagern
2017-01-09 22:49:45 +01:00
parent 73cafd16da
commit 6404cfd269
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
{
"name": "katex",
"version": "0.8.0-pre",
"main": [
"dist/katex.js",
"dist/katex.css"