Browse Source

Fixed some typos

css_transitions
josdejong 10 years ago
parent
commit
e47c90ea27
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      misc/how_to_publish.md

+ 5
- 5
misc/how_to_publish.md View File

@ -31,27 +31,27 @@ This generates the vis.js library in the folder `./dist`.
- Push the brances to github - Push the brances to github
- Create a version tag (with the new version number) and push it to github: - Create a version tag (with the new version number) and push it to github:
git tag v0.3.0
git push --tags
git tag v0.3.0
git push --tags
## Publish ## Publish
- Publish at npm: - Publish at npm:
npm publish
npm publish
- Test the published library: - Test the published library:
- Go to a temp directory - Go to a temp directory
- Install the library from npm: - Install the library from npm:
npm install vis
npm install vis
Verify if it installs the just released version, and verify if it works. Verify if it installs the just released version, and verify if it works.
- Install the libarry via bower: - Install the libarry via bower:
bower install vis
bower install vis
Verify if it installs the just released version, and verify if it works. Verify if it installs the just released version, and verify if it works.

Loading…
Cancel
Save