Skip to content

Commit 19467e9

Browse files
author
yunkui.zhou
committed
package.json添加keywords
1 parent 6b62c8b commit 19467e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "middleware",
33
"version": "0.0.1",
4+
"keywords": ["react", "node", "express", "redux", "isomorphic", "服务端渲染", "server side render"],
45
"scripts": {
56
"start": "nodemon ./bin/www",
67
"prebuild": "rimraf ./dist && babel bin --out-dir dist/bin --copy-files && cross-env BABEL_ENV=node babel client --out-dir dist/client --copy-files && babel server --out-dir dist/server --copy-files",

0 commit comments

Comments
 (0)