소스 검색

Prepare for npm registration.

NaotoshiFujita 5 년 전
부모
커밋
9345495458
2개의 변경된 파일14개의 추가작업 그리고 1개의 파일을 삭제
  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",