react-htmlcontent
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -6,3 +6,3 @@ { | ||
"user": "viktorbezdek", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "start": "webpack-dev-server --env dev", |
@@ -28,3 +28,3 @@ [![build status](https://secure.travis-ci.org/viktorbezdek/react-htmlcontent.svg)](http://travis-ci.org/viktorbezdek/react-htmlcontent) [![bitHound Score](https://www.bithound.io/github/viktorbezdek/react-htmlcontent/badges/score.svg)](https://www.bithound.io/github/viktorbezdek/react-htmlcontent) [![Dependency Status](https://david-dm.org/viktorbezdek/react-htmlcontent.svg)](https://david-dm.org/viktorbezdek/react-htmlcontent) | ||
* Developing - **npm start** - Runs the development server at *localhost:8080* and use Hot Module Replacement. You can override the default host and port through env (`HOST`, `PORT`). | ||
* Creating a version - **npm version <x.y.z>** - Updates */dist* and *package.json* with the new version and create a version tag to Git. | ||
* Creating a version - **npm version major|minor|patch|prerelease** - Updates */dist* and *package.json* with the new version and create a version tag to Git. | ||
* Publishing a version - **npm publish** - Pushes a new version to npm and updates the project site. | ||
@@ -31,0 +31,0 @@ |
@@ -17,4 +17,4 @@ import * as path from 'path'; | ||
src: path.join(ROOT_PATH, 'src'), | ||
docs: path.join(ROOT_PATH, 'docs'), | ||
ghPages: path.join(ROOT_PATH, 'gh-pages') | ||
docs: path.join(ROOT_PATH, 'docs-src'), | ||
ghPages: path.join(ROOT_PATH, 'docs') | ||
}, | ||
@@ -21,0 +21,0 @@ filename: 'boilerplate', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2043155