mirror of
https://github.com/atom/atom.git
synced 2026-02-03 03:05:05 -05:00
Add coffee-script and babel in build/package.json
...and use the same versions found on the root package.json.
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
"name": "atom-build-scripts",
|
||||
"description": "Atom build scripts",
|
||||
"dependencies": {
|
||||
"electron-packager": "^7.3.0",
|
||||
"babel-core": "5.8.38",
|
||||
"coffee-script": "1.8.0",
|
||||
"electron-packager": "7.3.0",
|
||||
"fs-extra": "0.30.0",
|
||||
"glob": "7.0.3",
|
||||
"mkdirp": "0.5.1"
|
||||
"mkdirp": "0.5.1",
|
||||
"npm": "3.10.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user