Browse Source

Removed intermediate files from repo.

master
Emilio Almansi 7 years ago
parent
commit
3d27f81848
  1. 2
      README.md
  2. 1
      dist/bitcoincashjs.0.1.7.min.js
  3. 1
      dist/bitcoincashjs.0.1.8.min.js
  4. 2
      gulpfile.js
  5. 2
      package-lock.json
  6. 2
      package.json

2
README.md

@ -32,7 +32,7 @@ $ bower install --save bitcoincashjs
### Manually ### Manually
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/bitcoincashjs.0.1.7.min.js](https://cdn.rawgit.com/bitcoincashjs/bitcoincashjs/master/dist/bitcoincashjs.0.1.7.min.js). You may also download the distribution file manually and place it within your third-party scripts directory: [dist/bitcoincashjs.0.1.8.min.js](https://cdn.rawgit.com/bitcoincashjs/bitcoincashjs/master/dist/bitcoincashjs.0.1.8.min.js).
## Examples ## Examples

1
dist/bitcoincashjs.0.1.7.min.js

File diff suppressed because one or more lines are too long

1
dist/bitcoincashjs.0.1.8.min.js

File diff suppressed because one or more lines are too long

2
gulpfile.js

@ -101,7 +101,7 @@ gulp.task(
['build'], ['build'],
shell.task([[ shell.task([[
'npx mustache package.json README.tpl.md > README.md', '&&', 'npx mustache package.json README.tpl.md > README.md', '&&',
'git add -A lib dist README.md', 'git add -A dist README.md',
].join(' ')]) ].join(' ')])
); );

2
package-lock.json

@ -1,6 +1,6 @@
{ {
"name": "bitcoincashjs", "name": "bitcoincashjs",
"version": "0.1.7", "version": "0.1.8",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "bitcoincashjs", "name": "bitcoincashjs",
"version": "0.1.7", "version": "0.1.8",
"description": "A simple, safe, and powerful JavaScript Bitcoin Cash library.", "description": "A simple, safe, and powerful JavaScript Bitcoin Cash library.",
"author": "Emilio Almansi <hi@ealmansi.com>", "author": "Emilio Almansi <hi@ealmansi.com>",
"main": "lib/bitcoincash.js", "main": "lib/bitcoincash.js",

Loading…
Cancel
Save