Fixed proper version

react_convert
Mark Moffat 2018-01-07 22:14:22 +01:00
parent b5afba2729
commit 13c629d090
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{ {
"name": "express-cart", "name": "express-cart",
"version": "1.0.11", "version": "1.0.1",
"description": "A fully functioning Node.js shopping cart with Stripe and PayPal payments.", "description": "A fully functioning Node.js shopping cart with Stripe and PayPal payments.",
"private": true, "private": false,
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
"deploy": "gulp deploy" "deploy": "gulp deploy"
@ -77,5 +77,5 @@
"shopping" "shopping"
], ],
"author": "Mark Moffat", "author": "Mark Moffat",
"homepage": "https://markmoffat.com" "homepage": "https://expresscart.markmoffat.com"
} }