We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed889e9 commit 9b92b91Copy full SHA for 9b92b91
.gitignore
@@ -0,0 +1,12 @@
1
+*.log*
2
+.cache
3
+.DS_Store
4
+.idea
5
+.vscode
6
+node_modules
7
+project.config.json
8
+docs/dist
9
+example/dist
10
+.history
11
+changelog.generated.md
12
+package-lock.json
build/compiler.js
example/app.json
package.json
@@ -0,0 +1,22 @@
+{
+ "name": "mp-loading",
+ "version": "1.0.0",
+ "description": "loading component for Mini Program",
+ "dependencies": {},
+ "devDependencies": {
+ "gulp": "^4.0.2"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/MPComponent/mp-loading.git"
15
16
+ "author": "",
17
+ "license": "MIT",
18
+ "bugs": {
19
+ "url": "https://github.com/MPComponent/mp-loading/issues"
20
21
+ "homepage": "https://github.com/MPComponent/mp-loading#readme"
22
+}
0 commit comments