Skip to content

Commit

Permalink
Add registry field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorBreakfast committed Mar 27, 2015
1 parent 8383c40 commit 996fd4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "ember-segue-container",
"version": "0.9.0",
"version": "0.9.1",
"jspm": {
"main": "lib/component",
"dependencies": {
"css": "^0.1.0"
},
"registry": "jspm",
"dependencies": { "css": "^0.1.0" },
"buildConfig": {
"transpileES6": true,
"minify": true
Expand Down

0 comments on commit 996fd4b

Please sign in to comment.