Skip to content

Commit

Permalink
refactor(package.json): add main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Mar 23, 2016
1 parent 390f0cb commit b18f32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-materialize-bridge",
"version": "0.2.0",
"version": "0.2.1",
"registry": "github",
"description": "Aurelia interface to http://materializecss.com/",
"keywords": [
Expand All @@ -21,11 +21,11 @@
"test": "gulp test",
"ci": "gulp ci"
},
"main": "dist/commonjs/index.js",
"repository": {
"type": "git",
"url": "https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge"
},
"main": "dist/commonjs/index.js",
"jspm": {
"main": "index",
"format": "amd",
Expand Down

0 comments on commit b18f32e

Please sign in to comment.