File tree 6 files changed +7
-53
lines changed
6 files changed +7
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- Copyright (c) 2014 Denis Sikuler
1
+ Copyright (c) 2014-2018 Denis Sikuler
2
2
3
3
Permission is hereby granted, free of charge, to any person
4
4
obtaining a copy of this software and associated documentation
Original file line number Diff line number Diff line change @@ -4,50 +4,30 @@ Functions to create and call functions and evaluate expressions.
4
4
5
5
[ ![ NPM version] ( https://badge.fury.io/js/eva.png )] ( http://badge.fury.io/js/eva )
6
6
[ ![ Build Status] ( https://travis-ci.org/gamtiq/eva.png )] ( https://travis-ci.org/gamtiq/eva )
7
- [ ![ Built with Grunt] ( https://cdn. gruntjs.com/builtwith.png )] ( http://gruntjs.com/ )
7
+ [ ![ Built with Grunt] ( https://gruntjs.com/cdn /builtwith.png )] ( http://gruntjs.com/ )
8
8
9
9
## Installation
10
10
11
11
### Node
12
12
13
13
npm install eva
14
14
15
- ### [ Component] ( https://github.com/componentjs/component )
16
-
17
- component install gamtiq/eva
18
-
19
- ### [ Jam] ( http://jamjs.org )
20
-
21
- jam install eva
22
-
23
15
### [ Bower] ( http://bower.io )
24
16
25
17
bower install eva
26
18
27
- ### [ SPM] ( http://spmjs.io )
28
-
29
- spm install eva
30
-
31
19
### AMD, < ; script> ;
32
20
33
21
Use ` dist/eva.js ` or ` dist/eva.min.js ` (minified version).
34
22
35
23
## Usage
36
24
37
- ### Node, Component, SPM
25
+ ### Node
38
26
39
27
``` js
40
28
var eva = require (" eva" );
41
29
```
42
30
43
- ### Jam
44
-
45
- ``` js
46
- require ([" eva" ], function (eva ) {
47
- ...
48
- });
49
- ```
50
-
51
31
### AMD
52
32
53
33
``` js
@@ -137,5 +117,5 @@ Add unit tests for any new or changed functionality.
137
117
Lint and test your code using [ Grunt] ( http://gruntjs.com/ ) .
138
118
139
119
## License
140
- Copyright (c) 2014 Denis Sikuler
120
+ Copyright (c) 2014-2018 Denis Sikuler
141
121
Licensed under the MIT license.
Original file line number Diff line number Diff line change 10
10
"outputSourceFiles" : true
11
11
},
12
12
"systemName" : " eva" ,
13
- "copyright" : " Copyright (c) 2014 Denis Sikuler" ,
13
+ "copyright" : " Copyright (c) 2014-2018 Denis Sikuler" ,
14
14
"theme" : " spacelab" ,
15
15
"linenums" : true
16
16
}
Original file line number Diff line number Diff line change 48
48
" method" ,
49
49
" closure" ,
50
50
" map"
51
- ],
52
- "jam" : {
53
- "main" : " dist/eva.js" ,
54
- "include" : [
55
- " dist" ,
56
- " doc" ,
57
- " README.md"
58
- ]
59
- },
60
- "categories" : [
61
- " Utilities"
62
- ],
63
- "spm" : {
64
- "main" : " src/eva.js" ,
65
- "engines" : {
66
- "seajs" : " 2.2.1"
67
- }
68
- }
51
+ ]
69
52
}
Original file line number Diff line number Diff line change 2
2
* eva
3
3
* https://github.com/gamtiq/eva
4
4
*
5
- * Copyright (c) 2014 Denis Sikuler
5
+ * Copyright (c) 2014-2018 Denis Sikuler
6
6
* Licensed under the MIT license.
7
7
*/
8
8
You can’t perform that action at this time.
0 commit comments