File tree Expand file tree Collapse file tree 3 files changed +5
-72
lines changed Expand file tree Collapse file tree 3 files changed +5
-72
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" :" API Docs" ,
3
3
"version" :" 1.0.0" ,
4
- "author" :" " ,
5
- "location" :" " ,
6
- "directory" :" " ,
7
- "createPackageDirectory" :true ,
8
- "packageDirectory" :" " ,
9
- "homepage" :" " ,
10
- "documentation" :" " ,
11
- "repository" :{
12
- "type" :" " ,
13
- "URL" :" "
14
- },
15
- "bugs" :" " ,
16
4
"slug" :" module-apidocs" ,
17
- "shortDescription" :" " ,
18
- "description" :" " ,
19
- "instructions" :" " ,
20
- "changelog" :" " ,
21
- "type" :" " ,
22
- "keywords" :[
23
-
24
- ],
25
5
"private" :true ,
26
- "engines" :[
27
- {
28
- "type" :" " ,
29
- "version" :" "
30
- }
31
- ],
32
- "defaultEngine" :" " ,
33
- "projectURL" :" " ,
34
- "license" :[
35
- {
36
- "type" :" " ,
37
- "URL" :" "
38
- }
39
- ],
40
- "contributors" :[
41
-
42
- ],
43
6
"dependencies" :{
44
- "docbox" :" https://github.com/Ortus-Solutions/DocBox/archive/v2.0.4.zip "
7
+ "docbox" :" ^2.0.7+00005 "
45
8
},
46
9
"devDependencies" :{
47
10
48
11
},
49
12
"installPaths" :{
50
13
"docbox" :" docbox"
51
- },
52
- "ignore" :[
53
- " **/.*" ,
54
- " tests"
55
- ],
56
- "testbox" :{
57
- "runner" :[
58
- {
59
- "default" :" "
60
- }
61
- ],
62
- "labels" :[
63
-
64
- ],
65
- "reporter" :" " ,
66
- "reporterResults" :" " ,
67
- "bundles" :[
68
- " "
69
- ],
70
- "directory" :{
71
- "mapping" :" " ,
72
- "recurse" :true
73
- },
74
- "watchers" :[
75
-
76
- ],
77
- "notify" :{
78
- "emails" :[
79
-
80
- ],
81
- "growl" :" " ,
82
- "URL" :" "
83
- }
84
14
}
85
15
}
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ ## 1.2.2
5
+ * Build updates and travis updates
6
+
4
7
## 1.2.1
5
8
* Dependency updates
6
9
Original file line number Diff line number Diff line change 3
3
<!-- Version: UPDATE ON EACH RELEASE AS NEEDED -->
4
4
<property name =" project.name" value=" cbvalidation" />
5
5
<property name =" module.name" value=" cbvalidation" />
6
- <property name =" project.version" value=" 1.2.1 " />
6
+ <property name =" project.version" value=" 1.2.2 " />
7
7
<property name =" groupID" value=" ortussolutions" />
8
8
9
9
<condition property =" isTravis" else =" false" >
You can’t perform that action at this time.
0 commit comments