Browse Source

:art: update: b - 1.0.6

shiqi.li 6 years ago
parent
commit
3b2b55af02
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,10 +1,10 @@
 {
   "name": "tpanorama",
-  "version": "1.0.5",
+  "version": "1.0.6",
   "description": "全景标记,全景生成插件",
   "main": "lib/index.js",
   "scripts": {
-    "build": "babel src --out-dir lib",
+    "build": "babel src --out-dir lib && babel originSrc --out-dir origin",
     "webpack": "webpack  --config webpack.config.js",
     "example": "npm run webpack && node ./server/www"
   },