Skip to content

Commit 01c966a

Browse files
committedJan 24, 2014
updating package name for npm, adding node_modules folder to .gitignore
1 parent 8abae8b commit 01c966a

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,5 @@ pip-log.txt
214214
#Mr Developer
215215
.mr.developer.cfg
216216

217-
sftp-config.json
217+
sftp-config.json
218+
node_modules/

‎package.json

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"name": "nodebb-plugin-github",
3-
"version": "0.0.1",
2+
"name": "nodebb-plugin-sso-github",
3+
"version": "0.1.0-1",
44
"description": "NodeBB GitHub SSO",
55
"main": "library.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
96
"repository": {
107
"type": "git",
11-
"url": "https://github.com/psychobunny/nodebb-plugin-github"
8+
"url": "https://github.com/psychobunny/nodebb-plugin-sso-github"
129
},
1310
"keywords": [
1411
"nodebb",
@@ -24,12 +21,10 @@
2421
},
2522
"license": "BSD-2-Clause",
2623
"bugs": {
27-
"url": "https://github.com/psychobunny/nodebb-plugin-github/issues"
24+
"url": "https://github.com/psychobunny/nodebb-plugin-sso-github/issues"
2825
},
2926
"readme": "",
3027
"readmeFilename": "README.md",
31-
"_id": "nodebb-plugin-github@0.0.1",
32-
"_from": "nodebb-plugin-github@~0.0.1",
3328
"dependencies": {
3429
"passport-github": "~0.1.5"
3530
}

0 commit comments

Comments
 (0)
Please sign in to comment.