diff --git a/.meteor/packages b/.meteor/packages index 7bd71ef..096897a 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -9,6 +9,5 @@ nemo64:bootstrap iron:router accounts-base anti:fake -accounts-ui-bootstrap-3 accounts-password diff --git a/.meteor/release b/.meteor/release index 87bf495..f1b6255 100644 --- a/.meteor/release +++ b/.meteor/release @@ -1 +1 @@ -METEOR@1.0 +METEOR@1.0.1 diff --git a/.meteor/versions b/.meteor/versions index 36750e2..a889c9d 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -1,6 +1,5 @@ accounts-base@1.1.2 accounts-password@1.0.4 -accounts-ui-bootstrap-3@0.0.0 anti:fake@0.4.1 application-configuration@1.0.3 autoupdate@1.1.3 @@ -13,26 +12,25 @@ callback-hook@1.0.1 check@1.0.2 ctl-helper@1.0.4 ctl@1.0.2 -ddp@1.0.11 +ddp@1.0.12 deps@1.0.5 ejson@1.0.4 email@1.0.4 fastclick@1.0.1 follower-livedata@1.0.2 geojson-utils@1.0.1 -handlebars@1.0.1 html-tools@1.0.2 htmljs@1.0.2 http@1.0.8 id-map@1.0.1 iron:controller@1.0.0 -iron:core@1.0.0 -iron:dynamic-template@1.0.0 -iron:layout@1.0.0 -iron:location@1.0.1 +iron:core@1.0.3 +iron:dynamic-template@1.0.3 +iron:layout@1.0.3 +iron:location@1.0.3 iron:middleware-stack@1.0.0 iron:router@1.0.1 -iron:url@1.0.0 +iron:url@1.0.3 jquery@1.0.1 json@1.0.1 launch-screen@1.0.0 @@ -45,7 +43,7 @@ meteor@1.1.3 minifiers@1.1.2 minimongo@1.0.5 mobile-status-bar@1.0.1 -mongo@1.0.8 +mongo@1.0.9 nemo64:bootstrap-data@3.3.0_1 nemo64:bootstrap@3.3.0_1 npm-bcrypt@0.7.7 @@ -63,7 +61,6 @@ sha@1.0.1 spacebars-compiler@1.0.3 spacebars@1.0.3 srp@1.0.1 -stylus@1.0.5 templating@1.0.9 tracker@1.0.3 ui@1.0.4 diff --git a/lib/config.js b/lib/config.js new file mode 100644 index 0000000..665c00e --- /dev/null +++ b/lib/config.js @@ -0,0 +1,5 @@ +var config = { + "environment": "dev", + "ean_prefix": "200", + "ean_prefix_dev": "201" +}