Skip to content

Commit 1407b3b

Browse files
author
Dmitry Bukhmastov
committed
CSE-337: CodeProcessor replaced with Builder AND CSE-344 Don't bundle the Promise library
1 parent ce9833d commit 1407b3b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: dist/impUnit.nut

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#require "promise.class.nut:3.0.0"
12
// MIT License
23
//
34
// Copyright 2016-2017 Electric Imp
@@ -26,14 +27,12 @@
2627
* impUnit Test Framework
2728
*
2829
* @author Mikhail Yurasov <mikhail@electricimp.com>
29-
* @version 0.5.0
30+
* @version 1.0.0
3031
* @package ImpUnit
3132
*/
3233

3334
// libs required by impUnit
3435

35-
#require "promise.class.nut:3.0.0"
36-
3736
/**
3837
* JSON encoder
3938
*

Diff for: index.nut

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#require "promise.class.nut:3.0.0"
12
// MIT License
23
//
34
// Copyright 2016-2017 Electric Imp
@@ -26,14 +27,12 @@
2627
* impUnit Test Framework
2728
*
2829
* @author Mikhail Yurasov <mikhail@electricimp.com>
29-
* @version 0.5.0
30+
* @version 1.0.0
3031
* @package ImpUnit
3132
*/
3233

3334
// libs required by impUnit
3435

35-
// #require "promise.class.nut:3.0.0"
36-
3736
@include __PATH__+"/lib/JSONEncoder.mod.nut"
3837

3938
// impUnit module

0 commit comments

Comments
 (0)