Explorar o código

Merge pull request #71 from pierrebonbon/master

Create bower.json
Evan You %!s(int64=9) %!d(string=hai) anos
pai
achega
c05ce55c51
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  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"
+  ]
+}