Removes files that should belong only to gh-pages

This commit is contained in:
Zeno Rocha
2015-09-19 03:23:09 -07:00
parent 702d353447
commit 718c1b33f0
4 changed files with 8 additions and 408 deletions

View File

@@ -1,9 +1,14 @@
{
"name": "clipboard",
"version": "0.0.0",
"description": "A modern approach to copy to the clipboard",
"description": "A modern approach to copy & cut to the clipboard",
"main": "src/clipboard.js",
"dependencies": {
"keywords": [
"clipboard",
"copy",
"cut"
],
"devDependencies": {
"babel": "^5.8.23",
"uglify": "^0.1.5"
},