Skip to content

Commit 8798ef1

Browse files
authored
Merge pull request #40 from canjs/landscaper/4217-use-strict
Adds use strict. Fixes canjs/canjs#4217
2 parents fc9c8d0 + 71e6123 commit 8798ef1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.npmignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
!dist/
1+
!dist/
2+
build.js
3+
.travis.yml
4+
.jshintrc
5+
.editorconfig
6+
/.idea/

build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
var stealTools = require("steal-tools");
23

34
stealTools.export({

0 commit comments

Comments
 (0)