File tree 2 files changed +22
-14
lines changed
2 files changed +22
-14
lines changed Original file line number Diff line number Diff line change
1
+ # assert change log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
+
7
+ ## 1.5.0
8
+ * Add strict mode APIs. ([ @lukechilds ] ( https://github.com/lukechilds ) in [ #41 ] ( https://github.com/browserify/commonjs-assert/pull/41 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " assert" ,
3
3
"description" : " The node.js assert module, re-packaged for web browsers." ,
4
- "keywords" : [
5
- " assert" ,
6
- " browser"
7
- ],
8
- "version" : " 1.4.1" ,
9
- "homepage" : " https://github.com/browserify/commonjs-assert" ,
10
- "repository" : {
11
- "type" : " git" ,
12
- "url" : " git://github.com/browserify/commonjs-assert.git"
13
- },
14
- "main" : " ./assert.js" ,
4
+ "version" : " 1.5.0" ,
15
5
"dependencies" : {
16
6
"object-assign" : " ^4.1.1" ,
17
7
"util" : " 0.10.3"
21
11
"zuul" : " ~3.10.0" ,
22
12
"zuul-ngrok" : " ^4.0.0"
23
13
},
14
+ "homepage" : " https://github.com/browserify/commonjs-assert" ,
15
+ "keywords" : [
16
+ " assert" ,
17
+ " browser"
18
+ ],
24
19
"license" : " MIT" ,
20
+ "main" : " ./assert.js" ,
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " git://github.com/browserify/commonjs-assert.git"
24
+ },
25
25
"scripts" : {
26
- "test-node" : " mocha --ui qunit test.js" ,
27
- "test-browser" : " zuul -- test.js" ,
26
+ "browser-local" : " zuul --no-coverage --local 8000 -- test.js" ,
28
27
"test" : " npm run test-node && npm run test-browser" ,
28
+ "test-browser" : " zuul -- test.js" ,
29
29
"test-native" : " TEST_NATIVE=true mocha --ui qunit test.js" ,
30
- "browser-local " : " zuul --no-coverage --local 8000 -- test.js"
30
+ "test-node " : " mocha --ui qunit test.js"
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments