mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-14 04:29:04 +03:00
41e1ce4a09
The latest release does not work because of CoffeeScript changes so use a simple compile script to convert CSON files to JSON files when buildilng. Closes #348
13 lines
147 B
JSON
13 lines
147 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.0.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.5"
|
|
},
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|