mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
npm was noticing the atom.gyp file and trying to do stuff with it automatically, and moving it out of the way ruins gyp's day. This fixes both problems.
13 lines
147 B
JSON
13 lines
147 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.0.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.x"
|
|
},
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|