Fixed proper version
parent
b5afba2729
commit
13c629d090
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue