Merge branch '17-no-build-steps-on-install-please' into 'master'
Resolve "No build steps on install, please" Closes #17 See merge request !3
This commit is contained in:
commit
d4dd268fb4
|
@ -0,0 +1,5 @@
|
|||
.git*
|
||||
browserify/
|
||||
prefactor/
|
||||
gulpfile.js
|
||||
bump-version.sh
|
|
@ -29,6 +29,11 @@
|
|||
"homepage": "https://git.daplie.com/OAuth3/oauth3.js",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"browserify",
|
||||
"prefactor",
|
||||
"gulpfile.js",
|
||||
"bump-version.sh",
|
||||
"oauth3.node.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
"description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.",
|
||||
"main": "oauth3.node.js",
|
||||
"scripts": {
|
||||
"install": "./node_modules/.bin/gulp",
|
||||
"prepare": "gulp",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue