Skip to content

Commit 98a5510

Browse files
Merge pull request #7 from Opensource-254/dev
🛠 Package.json: Updated the description and the author name
2 parents 175cb9f + 4cda05f commit 98a5510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "opensource-254",
33
"version": "1.0.0",
4-
"description": "official website for opensource254",
5-
"author": "Stanley Masinde",
4+
"description": "official website for opensource254. (made in Kenya)",
5+
"author": "Opensource 254",
66
"private": true,
77
"scripts": {
88
"dev": "nuxt",
@@ -11,7 +11,7 @@
1111
"generate": "nuxt generate",
1212
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
1313
"test": "jest",
14-
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
14+
"deploy": "push-dir --dir=dist --branch=master --cleanup"
1515
},
1616
"dependencies": {
1717
"nuxt": "^2.0.0",

0 commit comments

Comments
 (0)