Skip to content

Commit

Permalink
okay, what if we leave them devdeps and just remove the build from th…
Browse files Browse the repository at this point in the history
…e install, since we have dist
  • Loading branch information
StoneCypher committed Jul 12, 2017
1 parent a1d9e7c commit 93b2432
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
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 3.1.12 | Documentation</title>
<title>jssm 3.1.14 | 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>3.1.12</code></div>
<div class='mb1'><code>3.1.14</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "3.1.13",
"version": "3.1.14",
"engines": {
"node": ">=6.0.0"
},
Expand Down Expand Up @@ -28,7 +28,6 @@
"qbuild": "npm run make && npm run test-verbose && npm run minify && npm run docs && npm run dist",
"build": "npm run make && npm run vet && npm run test-verbose && npm run audit && npm run minify && npm run docs && npm run dist",
"nyc-build": "npm run vet && npm run make && npm run test-verbose && npm run audit && npm run nyc-test",
"postinstall": "npm run build",
"prepublish": "npm run build",
"minify": "uglifyjs ./build/jssm.es5.cjs.js -o ./build/jssm.es5.cjs.min.js --compress",
"dist": "cp build/jssm.es5.cjs.* dist/",
Expand Down Expand Up @@ -75,7 +74,7 @@
"url": "https://github.com/StoneCypher/jssm/issues"
},
"homepage": "https://stonecypher.github.io/jssm/",
"dependencies": {
"devDependencies": {
"ava": "^0.20.0",
"ava-spec": "^1.1.0",
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit 93b2432

Please sign in to comment.