Skip to content

Commit

Permalink
semver rules require a major because i changed the linking in package…
Browse files Browse the repository at this point in the history
….json, lol. fixes #291 fixes #290
  • Loading branch information
StoneCypher committed Aug 20, 2017
1 parent 5f69be2 commit 096e1b2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
* [[`5f69be243b`](https://github.com/StoneCypher/jssm/commit/5f69be243b)] - lel bad build script (John Haugeland)
* [[`4a9409eadd`](https://github.com/StoneCypher/jssm/commit/4a9409eadd)] - gargantuan change: npm now exposes build tree, postinstall qbuilds (John Haugeland)
* [[`35f33d63bb`](https://github.com/StoneCypher/jssm/commit/35f33d63bb)] - minor package error pointing main to wrong file (John Haugeland)
* [[`8b3c43fd83`](https://github.com/StoneCypher/jssm/commit/8b3c43fd83)] - oh lol the test script was borqued (John Haugeland)
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/lib/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>jssm 4.7.5 | Documentation</title>
<title>jssm 5.0.0 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -14,7 +14,7 @@
<div class='fixed xs-hide fix-3 overflow-auto max-height-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>jssm</h3>
<div class='mb1'><code>4.7.5</code></div>
<div class='mb1'><code>5.0.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "4.7.5",
"version": "5.0.0",
"engines": {
"node": ">=6.0.0"
},
Expand All @@ -27,7 +27,6 @@
"qbuild": "npm run eslint && npm run make && npm run minify && npm run docs && npm run site && npm run dist",
"build": "npm run make && npm run vet && npm run audit && npm run minify && npm run docs && npm run site && npm run dist",
"minify": "uglifyjs ./build/jssm.es5.cjs.js -o ./build/jssm.es5.cjs.min.js --compress",
"pretest": "npm run build",
"dist": "cp build/jssm.es5.cjs.* dist/",
"site": "cp src/site/* docs/",
"docs": "documentation build src/js/** -f html -o docs/lib && npm run changelog",
Expand Down

0 comments on commit 096e1b2

Please sign in to comment.