Skip to content

Commit

Permalink
Version 0.4.7
Browse files Browse the repository at this point in the history
Published in npm packages
  • Loading branch information
brcontainer committed Sep 25, 2019
1 parent d42e7e0 commit b2f7018
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "simple-copy.js",
"version": "0.4.7",
"description": "Copy DOM, textarea or fields values to clipboard, no Flash, only 1.81kB minified (0.98kB gzipped)",
"main": "simple-copy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/brcontainer/simple-copy.js"
},
"keywords": [
"clipboard", "copy", "paste", "selection", "dom", "simple", "browser"
],
"author": "Guilherme Nascimento ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/brcontainer/simple-copy.js/issues"
},
"homepage": "https://github.com/brcontainer/simple-copy.js#readme"
}
2 changes: 1 addition & 1 deletion simple-copy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* simple-copy.js 0.4.5
* simple-copy.js 0.4.7
*
* Copyright (c) 2019 Guilherme Nascimento ([email protected])
*
Expand Down
2 changes: 1 addition & 1 deletion simple-copy.min.js

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

0 comments on commit b2f7018

Please sign in to comment.