Skip to content

Commit ff5d16d

Browse files
author
Dick Smith
committed
Cleanup.
1 parent 1f18623 commit ff5d16d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

gruntfile.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
module.exports = function (grunt) {
22
var localConfig = {
33
typeScriptDeclarations: [
4-
"**/*.d.ts",
5-
"!node_modules/**/*.*",
6-
"!demo/**/*.*",
7-
"!demo-ng/**/*.*",
8-
"!bin/**/*.*"
4+
"index.d.ts",
5+
"BEMCheckBox.d.ts"
96
],
107
outDir: "bin/dist/"
11-
}
8+
};
129

1310
grunt.initConfig({
1411
clean: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@angular/http": "~4.0.3",
7171
"@angular/platform-browser": "~4.0.3",
7272
"@angular/router": "~4.0.3",
73-
"rxjs":"~5.0.1",
73+
"rxjs": "~5.0.1",
7474
"zone.js": "~0.8.9",
7575
"nativescript-angular": "~3.0.0",
7676

0 commit comments

Comments
 (0)