Skip to content

Commit

Permalink
Merge pull request #58 from pylonide/development
Browse files Browse the repository at this point in the history
v.2.3.1
  • Loading branch information
exsilium authored Oct 30, 2018
2 parents 87d308b + 1b70022 commit 93e127a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.3.1
======
* Make it possible to install Pylon via NPM (intended for further testing)

v2.3.0
======
* Renaming the project to Pylon IDE - Minimum set of changes #48
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pln",
"description": "Pylon IDE",
"version": "2.3.0",
"version": "2.3.1",
"homepage": "http://github.com/pylonide/pylon",
"engines": {
"node": ">= 4.9.1"
Expand Down Expand Up @@ -65,6 +65,6 @@
"scripts": {
"start": "./bin/pylon.sh",
"test": "./test/run-tests.sh",
"postinstall": "cd node_modules/ace; make clean pre_build; ./Makefile.dryice.js minimal; cd ../..; make worker"
"postinstall": "if [ -d 'node_modules/ace' ]; then cd node_modules/ace; else mkdir -p node_modules; ln -s ../../ace node_modules/ace; ln -s ../../treehugger node_modules/treehugger; cd ../ace; fi; make clean pre_build; ./Makefile.dryice.js minimal; cd ../..; make worker; if [ -L 'node_modules/ace' ]; then rm node_modules/ace; rm node_modules/treehugger; rmdir node_modules; fi"
}
}
6 changes: 0 additions & 6 deletions postinstall.sh

This file was deleted.

0 comments on commit 93e127a

Please sign in to comment.