Added README.md to JSDoc generation.
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
				
			|||||||
    "build": "webpack --config webpack.prod.js",
 | 
					    "build": "webpack --config webpack.prod.js",
 | 
				
			||||||
    "watch": "webpack serve --config webpack.dev.js",
 | 
					    "watch": "webpack serve --config webpack.dev.js",
 | 
				
			||||||
    "test": "mocha tests/** --reporter mocha-junit-reporter --reporter-options mochaFile=./junit/test_results.xml",
 | 
					    "test": "mocha tests/** --reporter mocha-junit-reporter --reporter-options mochaFile=./junit/test_results.xml",
 | 
				
			||||||
    "docs": "jsdoc src -r -d docs -c jsdoc.config.json"
 | 
					    "docs": "jsdoc src README.md -r -d docs -c jsdoc.config.json"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "author": "",
 | 
					  "author": "",
 | 
				
			||||||
  "license": "ISC",
 | 
					  "license": "ISC",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user