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:
Seth Gibelyou 2017-03-29 17:33:50 +00:00
commit d4dd268fb4
5 changed files with 16597 additions and 1 deletions

5
.npmignore Normal file
View File

@ -0,0 +1,5 @@
.git*
browserify/
prefactor/
gulpfile.js
bump-version.sh

View File

@ -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",

16578
oauth3.crypto.fallback.js Normal file

File diff suppressed because it is too large Load Diff

8
oauth3.crypto.fallback.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -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": {