mirror of
				https://github.com/valentineus/iii-client.git
				synced 2025-11-04 03:49:44 +03:00 
			
		
		
		
	Setting a nice topic for documentation.
This commit is contained in:
		@@ -27,10 +27,11 @@
 | 
			
		||||
    "babel-cli": "^6.24.1",
 | 
			
		||||
    "babel-core": "^6.24.1",
 | 
			
		||||
    "babel-preset-es2015": "^6.24.1",
 | 
			
		||||
    "jsdoc": "^3.4.3"
 | 
			
		||||
    "jsdoc": "^3.4.3",
 | 
			
		||||
    "minami": "^1.2.3"
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "jsdoc": "jsdoc --destination ./docs ./src/index.js",
 | 
			
		||||
    "jsdoc": "jsdoc --template ./node_modules/minami --destination ./docs ./src/index.js",
 | 
			
		||||
    "compile": "babel --presets es2015 --minified --no-comments --source-maps --out-dir ./lib/ ./src/",
 | 
			
		||||
    "prepublish": "npm run compile && npm run jsdoc"
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user