Skip to content

Commit

Permalink
Use zmodem.js from npm rather than a git submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Oct 17, 2017
1 parent 76faad6 commit ef62b3b
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 17 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "zmodemjs"]
path = src/addons/zmodem/zmodemjs
url = https://github.com/FGasper/zmodemjs.git
1 change: 0 additions & 1 deletion demo/js/formdata.min.js

This file was deleted.

1 change: 1 addition & 0 deletions demo/js/zmodem.js
39 changes: 33 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@
"node-pty": "0.6.4",
"nodemon": "1.10.2",
"sorcery": "^0.10.0",
"text-encoding": "^0.6.4",
"tslint": "^4.0.2",
"typescript": "~2.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
"vinyl-source-stream": "^1.1.0",
"zmodem.js": "^0.1.1"
},
"scripts": {
"prestart": "npm run build",
Expand All @@ -75,12 +77,9 @@
"lint": "tslint src/*.ts src/**/*.ts",
"test": "gulp test",
"build:docs": "jsdoc -c jsdoc.json",
"build": "gulp build; cd src/addons/zmodem/zmodemjs; npm install",
"build": "gulp build",
"prepublish": "npm run build",
"coveralls": "gulp coveralls"
},
"dependencies": {
"formdata-polyfill": "^2.0.4",
"text-encoding": "^0.6.4"
}
"dependencies": {}
}
1 change: 0 additions & 1 deletion src/addons/zmodem/zmodemjs
Submodule zmodemjs deleted from ae9e5c

0 comments on commit ef62b3b

Please sign in to comment.