Skip to content

Commit

Permalink
bumping version. adding new npm command to generate docs easily. upda…
Browse files Browse the repository at this point in the history
…ted docs.
  • Loading branch information
caridy committed Jul 20, 2013
1 parent e2233b0 commit 298e5f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf/docs/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "shifter - blazingly fast yui builder",
"version": "0.4.1",
"version": "0.4.2",
"yuiSeedUrl": "http://yui.yahooapis.com/3.6.0/build/yui/yui.js"
}
6 changes: 3 additions & 3 deletions output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1><img src="http://yuilibrary.com/img/yui-logo.png"> shifter - blazingly fast
<div class="yui3-g">
<div class="yui3-u-3-4">
<div id="main">
<div class="content"><h2 id="welcome-to-shifter-041">welcome to shifter 0.4.1!</h2>
<div class="content"><h2 id="welcome-to-shifter-042">welcome to shifter 0.4.2!</h2>

<div class="intro">
<center>
Expand Down Expand Up @@ -51,7 +51,7 @@ <h2 id="help">command line arguments</h2>

<pre class="code terminal"><span class="noselect">$ </span>shifter -h

blazingly fast builds with [email protected].1
blazingly fast builds with [email protected].2

pass no arguments and shifter will build the module from the current directory

Expand Down Expand Up @@ -530,7 +530,7 @@ <h2 class="no-toc">Table of Contents</h2>
<div class="bd">
<ul class="toc">
<li>
<a href="#welcome-to-shifter-041">welcome to shifter 0.4.1!</a>
<a href="#welcome-to-shifter-042">welcome to shifter 0.4.2!</a>
</li>
<li>
<a href="#what">what is shifter?</a>
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shifter",
"description": "New YUI build tool based on Gearjs, so let's shift some gears",
"author": "Dav Glass <[email protected]>",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"progress": "~0.1.0",
"ansi-color": "*",
Expand Down Expand Up @@ -37,7 +37,8 @@
},
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/ ./lib/tasks/",
"test": "istanbul cover --print both vows -- --spec ./tests/*.js"
"test": "istanbul cover --print both vows -- --spec ./tests/*.js",
"docs": "node scripts/versions.js; node ./node_modules/.bin/selleck --out ./output"
},
"preferGlobal": "true",
"bugs": { "url" : "http://github.com/yui/shifter/issues" },
Expand Down

0 comments on commit 298e5f8

Please sign in to comment.