Skip to content

Commit

Permalink
fix: remove dist from npm in v1 to avoid breaking dependents.
Browse files Browse the repository at this point in the history
  • Loading branch information
rochars committed Jun 11, 2018
1 parent 361e349 commit f5fd421
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ Use the compiled file in the */dist* folder:
<script src="imaadpcm-min.js"></script>
```

Or get it from the [jsDelivr](https://www.jsdelivr.com) CDN:
```html
<script src="https://cdn.jsdelivr.net/npm/imaadpcm@1.1.6"></script>
```

## Use
Files:
```javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Jun 11 2018 16:12:42 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Jun 11 2018 20:32:50 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
5 changes: 2 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<p><a href="https://www.npmjs.com/package/imaadpcm"><img src="https://img.shields.io/npm/v/imaadpcm.svg?style=for-the-badge" alt="NPM version"></a> <a href="https://rochars.github.io/imaadpcm/index.html"><img src="https://img.shields.io/badge/docs-online-blue.svg?style=for-the-badge" alt="Docs"></a><br><a href="https://codecov.io/gh/rochars/imaadpcm"><img src="https://img.shields.io/codecov/c/github/rochars/imaadpcm.svg?style=flat-square" alt="Codecov"></a> <a href="https://travis-ci.org/rochars/imaadpcm"><img src="https://img.shields.io/travis/rochars/imaadpcm.svg?style=flat-square" alt="Unix Build"></a> <a href="https://ci.appveyor.com/project/rochars/imaadpcm"><img src="https://img.shields.io/appveyor/ci/rochars/imaadpcm.svg?style=flat-square&amp;logo=appveyor" alt="Windows Build"></a> <a href="https://scrutinizer-ci.com/g/rochars/imaadpcm/"><img src="https://img.shields.io/scrutinizer/g/rochars/imaadpcm.svg?style=flat-square&amp;logo=scrutinizer" alt="Scrutinizer"></a></p>
<h2>About</h2><p>IMA-ADPCM codec for Node.js and the browser.</p>
<h2>Install</h2><pre class="prettyprint source"><code>npm install imaadpcm</code></pre><h2>Browser</h2><p>Use the compiled file in the <em>/dist</em> folder:</p>
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;imaadpcm-min.js&quot;>&lt;/script></code></pre><p>Or get it from the <a href="https://www.jsdelivr.com">jsDelivr</a> CDN:</p>
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdn.jsdelivr.net/npm/imaadpcm@1.1.6&quot;>&lt;/script></code></pre><h2>Use</h2><p>Files:</p>
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;imaadpcm-min.js&quot;>&lt;/script></code></pre><h2>Use</h2><p>Files:</p>
<pre class="prettyprint source lang-javascript"><code>
const imaadpcm = require(&quot;imaadpcm&quot;);

Expand Down Expand Up @@ -114,7 +113,7 @@ <h2>LICENSE</h2><p>Copyright (c) 2018 Rafael da Silva Rocha.</p>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Jun 11 2018 16:12:42 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Jun 11 2018 20:32:50 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h1 class="page-title">index.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Jun 11 2018 16:12:42 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Jun 11 2018 20:32:50 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imaadpcm",
"version": "1.1.6",
"version": "1.1.7",
"description": "JavaScript IMA-ADPCM codec.",
"homepage": "https://github.com/rochars/imaadpcm",
"author": "Rafael da Silva Rocha <rocha.rafaelsilva@gmail.com>",
Expand Down Expand Up @@ -46,6 +46,5 @@
"webpack": "^3.8.1"
},
"dependencies": {},
"main": "index.js",
"browser": "./dist/imaadpcm-min.js"
"main": "index.js"
}

0 comments on commit f5fd421

Please sign in to comment.