Skip to content

Commit 60da50b

Browse files
author
Daniel Wirtz
committed
README
1 parent 59954e1 commit 60da50b

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Features
1111
* RequireJS/AMD compatible
1212
* Zero production dependencies
1313
* Small footprint
14+
* Closure Compiler [externs included](https://github.com/dcodeIO/bcrypt.js/blob/master/externs/bcrypt.js)
1415

1516
Usage
1617
-----

externs/bcrypt.js

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
/*
2+
* Copyright 2012 The Closure Compiler Authors.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
/**
2-
* @fileoverview Definitions for dojo-bcrypt.
18+
* @fileoverview Definitions for bcrypt.js.
319
* @externs
420
* @author Daniel Wirtz <dcode@dcode.io>
521
*/

externs/minimal-env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @fileoverview Minimal environment for dojo-bcrypt.
2+
* @fileoverview Minimal environment for bcrypt.js.
33
* @externs
44
*/
55

0 commit comments

Comments
 (0)