Skip to content

Commit

Permalink
Merge pull request #57 from Mister-Hope/master
Browse files Browse the repository at this point in the history
添加类型声明文件
  • Loading branch information
switer authored Dec 21, 2019
2 parents 516175f + 53e671f commit 630c644
Show file tree
Hide file tree
Showing 3 changed files with 640 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"main": "page.js",
"scripts": {
"start": "webpack page.js --output-path test/tinyapp/lib/ --output-filename wxpage.js --watch --output-library-target='commonjs-module'",
"test": "mocha test/index",
"test": "npx mocha test/index",
"r": "webpack --config webpack.config.js"
},
"author": "vfe",
"license": "MIT",
"typings": "./index.d.ts",
"devDependencies": {
"webpack": "^2.2.1"
"webpack": "^2.2.1",
"miniprogram-api-typings": "^2.8.0-2"
}
}
Loading

0 comments on commit 630c644

Please sign in to comment.