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
					
				
							
								
								
									
										5
									
								
								.npmignore
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								.npmignore
									
									
									
									
									
										Normal file
									
								
							@ -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",
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										16578
									
								
								oauth3.crypto.fallback.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										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
									
								
							
							
						
						
									
										8
									
								
								oauth3.crypto.fallback.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user