We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c24e82 commit 8815641Copy full SHA for 8815641
1 file changed
package.json
@@ -9,11 +9,14 @@
9
],
10
"homepage": "http://github.com/charlespockert",
11
"bugs": {
12
- "url": "https://github.com/aurelia/skeleton-plugin/issues"
+ "url": "https://github.com/charlespockert/aurelia-bs-grid/issues"
13
},
14
"license": "MIT",
15
"author": "Charles Pockert <[email protected]>",
16
- "main": "dist/commonjs/index.js",
+ "directories": {
17
+ "lib": "src",
18
+ "build": "dist"
19
+ },
20
"repository": {
21
"type": "git",
22
"url": "http://github.com/charlespockert/aurelia-bs-grid"
@@ -43,7 +46,6 @@
43
46
44
47
"jspm": {
45
48
"main": "index",
- "format": "register",
49
"directories": {
50
"lib": "dist/system"
51
0 commit comments