瀏覽代碼

[FIX] private in package.json

Gogs 7 年之前
父節點
當前提交
14f3974d1e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
 	"version": "1.0.0",
 	"main": "index.js",
 	"license": "MIT",
-	"privtate": true,
+	"private": true,
 	"scripts": {
 		"start": "./node_modules/.bin/webpack --watch --config webpack.config.js",
 		"build": "./node_modules/.bin/webpack --progress --config webpack.config.js"