Skip to content

Commit a96a1b3

Browse files
committed
chore(publish): angular-compilers 0.2.9
1 parent 62c89a1 commit a96a1b3

File tree

10 files changed

+91
-256
lines changed

10 files changed

+91
-256
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ atmosphere-packages/examples
66
.npm
77
npm-debug.log
88
dist
9+
.DS_Store

atmosphere-packages/angular-compilers/package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'angular-compilers',
3-
version: '0.2.8_1',
3+
version: '0.2.9',
44
summary: 'Rollup, AOT, SCSS, HTML and TypeScript compilers for Angular Meteor',
55
git: 'https://github.com/Urigo/angular-meteor/tree/master/atmosphere-packages/angular-compilers',
66
documentation: 'README.md'
@@ -14,7 +14,7 @@ Package.registerBuildPlugin({
1414
use: [
1515
// Uses an external packages to get the actual compilers
1616
17-
17+
1818
1919
2020
]

atmosphere-packages/angular-compilers/plugin/register.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
'use strict';
22

33
import {
44
AngularTsCompiler

atmosphere-packages/angular-typescript-compiler/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import './checkNpmVersions';
2+
23
import fs from 'fs';
34
import path from 'path';
45

atmosphere-packages/angular-typescript-compiler/package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'angular-typescript-compiler',
3-
version: '0.2.9',
3+
version: '0.2.9_3',
44
summary: 'Angular TypeScript Compiler Package',
55
git: 'https://github.com/Urigo/angular-meteor/tree/master/atmosphere-packages/angular-typescript-compiler',
66
documentation: null

0 commit comments

Comments
 (0)