Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
valdrinkoshi committed Jul 21, 2016
0 parents commit 8993847
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `blockingElements` stack API

Implementation of proposal https://github.com/whatwg/html/issues/897
Empty file added blocking-elements.html
Empty file.
Empty file added blocking-elements.js
Empty file.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "blocking-elements",
"version": "1.0.0",
"description": "A polyfill for the proposed blocking elments stack API",
"main": "blocking-elements.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolymerLabs/blockingElements.git"
},
"keywords": [
"blocking elements",
"polyfill",
"browser"
],
"author": "Valdrin Koshi <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PolymerLabs/blockingElements/issues"
},
"homepage": "https://github.com/PolymerLabs/blockingElements#readme"
}

0 comments on commit 8993847

Please sign in to comment.