Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
natee committed Jun 11, 2019
1 parent b87fb52 commit fb1a677
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.idea
.DS_Store
package-lock.json

logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

miniprogram_dist
miniprogram_dev
miniprogram_npm
node_modules
coverage
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "wxapp-2048",
"version": "1.0.0",
"description": "2048小程序",
"main": "app.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natee/wxapp-2048.git"
},
"keywords": [
"2048",
"wechat",
"miniprogram"
],
"author": "kerncink@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/natee/wxapp-2048/issues"
},
"homepage": "https://github.com/natee/wxapp-2048#readme"
}
5 changes: 4 additions & 1 deletion project.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
"newFeature": true,
"autoAudits": false,
"checkInvalidKey": true,
"nodeModules": true
},
"compileType": "miniprogram",
"libVersion": "1.5.4",
Expand Down
7 changes: 7 additions & 0 deletions sitemap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [{
"action": "allow",
"page": "*"
}]
}

0 comments on commit fb1a677

Please sign in to comment.