1
0
Эх сурвалжийг харах

Merge pull request #71 from pierrebonbon/master

Create bower.json
Evan You 9 жил өмнө
parent
commit
c05ce55c51
1 өөрчлөгдсөн 18 нэмэгдсэн , 0 устгасан
  1. 18 0
      bower.json

+ 18 - 0
bower.json

@@ -0,0 +1,18 @@
+{
+  "name": "vuex",
+  "main": "lib/index.js",
+  "description": "state management for Vue.js",
+  "authors": "Evan You",
+  "license": "MIT",
+  "ignore": [
+    "examples",
+    "test",
+    "docs",
+    ".gitignore",
+    ".eslintrc",
+    ".babelrc",
+    "*.json",
+    "*.md",
+    "*.yml"
+  ]
+}