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

Commit 0a85f97

Browse files
committed
Remove templating package.
1 parent ef17d55 commit 0a85f97

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Package.onUse(function(api) {
2121
]);
2222
// client dependencies
2323
api.use([
24-
'templating',
2524
'mquandalle:[email protected]',
2625
'fourseven:[email protected]_3'
2726
], 'client');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blaze-material-ui",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "blaze components for material design",
55
"main": "Gulpfile.js",
66
"directories": {

0 commit comments

Comments
 (0)