From e47c90ea272ee71f40a19d359aa1338a4768e1f5 Mon Sep 17 00:00:00 2001 From: josdejong Date: Tue, 14 Jan 2014 17:39:40 +0100 Subject: [PATCH] Fixed some typos --- misc/how_to_publish.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index ed61e271..ee998a51 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -31,27 +31,27 @@ This generates the vis.js library in the folder `./dist`. - Push the brances 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 at npm: - npm publish + npm publish - Test the published library: - Go to a temp directory - Install the library from npm: - npm install vis + npm install vis Verify if it installs the just released version, and verify if it works. - Install the libarry via bower: - bower install vis + bower install vis Verify if it installs the just released version, and verify if it works.