Set npm package version number

This commit is contained in:
jekkos
2016-02-03 17:29:01 +01:00
parent 48a16d65e1
commit acd9beae73
2 changed files with 2 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ before_install:
- docker run -d jekkos/opensourcepos
script:
- docker exec -t -i $(docker ps | tail -n 1 | cut -d' ' -f1) /bin/sh -c "while ! curl http://localhost/index.php; do sleep 1; done; cd app && grunt mochaWebdriver:test"
- docker exec -t -i $(docker ps | tail -n 1 | cut -d' ' -f1) /bin/sh -c "while ! curl http://localhost/index.php | grep username; do sleep 1; done; cd app && grunt mochaWebdriver:test"

View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "2.3.3",
"version": "2.3.4",
"description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
"main": "index.php",
"scripts": {