mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Includes babel configuration
This commit is contained in:
parent
03956aa4c5
commit
e9d9fa6157
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
node_modules
|
13
package.json
Normal file
13
package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "clipboard.js",
|
||||
"version": "0.0.0",
|
||||
"description": "A modern approach to copy to the clipboard",
|
||||
"main": "src/clipboard.js",
|
||||
"dependencies": {
|
||||
"babel": "^5.8.23"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src/clipboard.js --out-file dist/clipboard.js",
|
||||
"watch": "babel src/clipboard.js --out-file dist/clipboard.js --watch"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user