Przeglądaj źródła

fix(bower.json): update bower.json main attribute to point to dist directory

Estevão Soares dos Santos 10 lat temu
rodzic
commit
bc3a092f9d
1 zmienionych plików z 19 dodań i 12 usunięć
  1. 19 12
      bower.json

+ 19 - 12
bower.json

@@ -3,24 +3,31 @@
     "description": "A Markdown to HTML converter written in Javascript",
     "homepage": "https://github.com/showdownjs/showdown",
     "authors": [
-        "Estevão Santos (https://github.com/tivie)",
-        "Pascal Deschênes (https://github.com/pdeschen)",
-        "Corey Innis (https://github.com/coreyti)",
-        "John Fraser"
+      "Estevão Santos (https://github.com/tivie)",
+      "Pascal Deschênes (https://github.com/pdeschen)"
     ],
-    "main": ["src/showdown.js"],
+    "main": ["dist/showdown.js"],
     "ignore": [
-        ".jshintrc",
-        "perlMarkdown/*"
+      ".editorconfig",
+      ".gitattributes",
+      ".gitignore",
+      ".jscs.json",
+      ".jshintignore",
+      ".jshintrc",
+      ".travis.yml",
+      "Gruntfile.js",
+      "package.json",
+      "src/*",
+      "test/*"
     ],
     "repository": {
-        "type": "git",
-        "url": "https://github.com/showdownjs/showdown.git"
+      "type": "git",
+      "url": "https://github.com/showdownjs/showdown.git"
     },
     "keywords": [
-        "markdown",
-        "md",
-        "mdown"
+      "markdown",
+      "md",
+      "mdown"
     ],
     "license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
 }