Skip to content

Commit 9957f47

Browse files
committed
feat: add npmjs url
1 parent 0de0d8f commit 9957f47

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://registry.npmjs.org/

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "word-file-transform",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Wrod转换,word文化文件",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"build": "npx webpack"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "[email protected]:pingan8787/word-file-transform.git"
13+
},
1014
"devDependencies": {
1115
"@babel/core": "^7.7.2",
1216
"@babel/preset-env": "^7.7.1",

0 commit comments

Comments
 (0)