mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
2697b5e402
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"
|
|
}
|
|
}
|