Skip to content

Commit

Permalink
Merge pull request #34 from canjs/landscaper/4217-use-strict
Browse files Browse the repository at this point in the history
Adds use strict. Fixes canjs/canjs#4217
  • Loading branch information
chasenlehara committed Jul 4, 2018
2 parents a9d756f + 0047bd0 commit 5490daa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
var stealTools = require("steal-tools");

stealTools.export({
Expand Down
1 change: 1 addition & 0 deletions can-ndjson-stream.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
/*exported ndjsonStream*/

var namespace = require('can-namespace');
Expand Down
1 change: 1 addition & 0 deletions demo/server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
var express = require('express');
var fs = require('fs');
var ndjson = require('ndjson');
Expand Down

0 comments on commit 5490daa

Please sign in to comment.