Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #933 from sgwatgit/master
Browse files Browse the repository at this point in the history
Add notie 3.2.0 override
  • Loading branch information
guybedford authored Jul 4, 2016
2 parents 98a916d + 29aa1e1 commit 6632236
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package-overrides/npm/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"main": "dist/notie",
"format": "cjs",
"registry": "jspm",
"dependencies": {
"css": "*"
},
"shim": {
"dist/notie": {
"imports": [
"./notie.css!"
]
}
}
}

0 comments on commit 6632236

Please sign in to comment.