Skip to content

Commit 628bfc9

Browse files
author
Giedrius Grabauskas
committed
Initial commit.
1 parent b23da83 commit 628bfc9

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

empty.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export function fetch(uri) {
2+
return "";
3+
}

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "systemjs-plugin-empty",
3+
"version": "0.0.1",
4+
"description": "SystemJS plugin to ignore files",
5+
"main": "empty.js",
6+
"registry": "jspm",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/SimplrJS/systemjs-plugin-empty.git"
10+
},
11+
"keywords": [],
12+
"author": "Giedrius Grabauskas <[email protected]>",
13+
"license": "MIT",
14+
"bugs": {
15+
"url": "https://github.com/SimplrJS/systemjs-plugin-empty/issues"
16+
},
17+
"homepage": "https://github.com/SimplrJS/systemjs-plugin-empty#readme"
18+
}

0 commit comments

Comments
 (0)