File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ test /files
Original file line number Diff line number Diff line change
1
+ # genie-scx 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
+ ## 0.0.0-alpha.0
8
+ * Initial release for use in [ genie-explorer] ( https://github.com/goto-bus-stop/genie-explorer ) . This project is still very incomplete.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " genie-scx" ,
3
3
"description" : " .SCX scenario file reader." ,
4
- "version" : " 0.0.0" ,
4
+ "version" : " 0.0.0-alpha.0 " ,
5
5
"author" : " goto-bus-stop <rene@kooi.me>" ,
6
6
"bugs" : " https://github.com/goto-bus-stop/genie-scx/issues" ,
7
7
"dependencies" : {
11
11
},
12
12
"devDependencies" : {
13
13
"buble" : " ^0.19.3" ,
14
+ "rimraf" : " ^2.6.2" ,
14
15
"standard" : " ^11.0.1" ,
15
16
"tape" : " ^4.9.1"
16
17
},
25
26
"main" : " lib/SCX" ,
26
27
"repository" : " goto-bus-stop/genie-scx" ,
27
28
"scripts" : {
29
+ "prepare" : " rimraf lib && npm run build" ,
28
30
"build" : " buble src -o lib" ,
29
31
"test" : " node -r buble/register test && standard"
30
32
}
You can’t perform that action at this time.
0 commit comments