Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
updated external dependencies; fixes #2243;
Browse files Browse the repository at this point in the history
updated how_to_puplish
  • Loading branch information
mojoaxel committed Nov 5, 2016
1 parent ddc24eb commit a102751
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions misc/how_to_publish.md
Expand Up @@ -6,6 +6,10 @@ This document describes how to publish vis.js.
## Build

- Change the version number of the library in `package.json`.

npm version major|minor|patch
git commit -m "bumped package.json version to X.XX.X"

- Open `HISTORY.md`, write down the changes, version number, and release date.
(Changes since last release: `git log \`git describe --tags --abbrev=0\`..HEAD --oneline`)

Expand All @@ -21,9 +25,6 @@ This document describes how to publish vis.js.
npm update
npm run build

This generates the vis.js library in the folder `./dist`.


## Test

- Test the library:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -48,11 +48,11 @@
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"mocha": "^2.4.5",
"mocha": "^3.1.2",
"rimraf": "^2.5.2",
"uglify-js": "^2.6.2",
"uuid": "^2.0.1",
"webpack": "^1.12.14",
"yargs": "^4.2.0"
"yargs": "^6.3.0"
}
}

0 comments on commit a102751

Please sign in to comment.