updated 不在内部提供模式包,对外暴露模式设置接口

This commit is contained in:
PASSER-BY
2021-11-24 01:16:35 +08:00
parent e7315578b9
commit 542a03577b
8 changed files with 358 additions and 2772 deletions

View File

@@ -32,12 +32,12 @@
"glob-parent": ">=5.1.2"
},
"scripts": {
"test": "node tests/test.js",
"test": "node test/index.js",
"build": "gulp mini && npm run test"
},
"dependencies": {},
"homepage": "https://github.com/mumuy/relationship#readme",
"directories": {
"test": "tests"
"test": "test"
}
}