Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
11282daa38 | |||
1fe7dd8d06 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/websetup",
|
||||
"version": "3.0.12",
|
||||
"version": "3.0.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/websetup",
|
||||
"version": "3.0.12",
|
||||
"version": "3.0.13",
|
||||
"private": false,
|
||||
"description": "setup basic page properties",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -9,7 +9,7 @@ export interface IMetaObject {
|
||||
|
||||
// handles
|
||||
twitterHandle?: string;
|
||||
facebookhandle?: string;
|
||||
facebookHandle?: string;
|
||||
|
||||
// links
|
||||
companyWebsiteLink?: string;
|
||||
|
Reference in New Issue
Block a user