Browse Source

Prepare for npm registration.

NaotoshiFujita 5 năm trước cách đây
mục cha
commit
9345495458
2 tập tin đã thay đổi với 14 bổ sung1 xóa
  1. 6 0
      .npmignore
  2. 8 1
      package.json

+ 6 - 0
.npmignore

@@ -0,0 +1,6 @@
+node_modules/
+
+.editorconfig
+
+tests/
+jest.config.js

+ 8 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "splide",
+  "name": "@splidejs/splide",
   "version": "1.0.0",
   "description": "Splide is a lightweight and powerful slider without any dependencies.",
   "author": "Naotoshi Fujita",
@@ -14,6 +14,13 @@
     "touch",
     "responsive"
   ],
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/Splidejs/splide.git"
+  },
+  "bugs": {
+    "url": "https://github.com/Splidejs/splide/issues"
+  },
   "devDependencies": {
     "@babel/core": "^7.5.4",
     "@babel/preset-env": "^7.5.4",