소스 검색

Bufferpack should be in the package.json. slip is dependancy.

Andrew Chalkley 9 년 전
부모
커밋
4787a992ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -24,12 +24,12 @@
   },
   "homepage": "https://github.com/thingsSDK/especially-flasher#readme",
   "dependencies": {
+    "bufferpack": "0.0.6",
     "node-binary": "^1.1.0",
     "serialport": "^2.0.6",
     "slip": "^1.0.2"
   },
   "devDependencies": {
     "electron-prebuilt": "^0.36.9",
-    "slip": "^1.0.2"
   }
 }