gerben
/
document-outerhtml
Like Element.outerHTML, but for the whole Document.
Code
Issues
0
Pull Requests
0
Releases
6
Activity
Browse Source
Use 'prepare' instead of 'prepublish' in package.json
master
Gerben
4 years ago
parent
418fdc4012
commit
927fbe3d65
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
package.json
+ 1
- 2
package.json
View File
@@ -12,8 +12,7 @@
},
"main": "lib",
"scripts": {
"build": "babel -d lib src",
"prepublish": "npm run build",
"prepare": "babel -d lib src",
"test": "ava"
},
"author": "Gerben <gerben@treora.com>",
Write
Preview
Loading…
Cancel
Save