Skip to content

Commit ae7ea93

Browse files
committed
0.0.0-alpha.0
1 parent e735244 commit ae7ea93

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test/files

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "genie-scx",
33
"description": ".SCX scenario file reader.",
4-
"version": "0.0.0",
4+
"version": "0.0.0-alpha.0",
55
"author": "goto-bus-stop <rene@kooi.me>",
66
"bugs": "https://github.com/goto-bus-stop/genie-scx/issues",
77
"dependencies": {
@@ -11,6 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"buble": "^0.19.3",
14+
"rimraf": "^2.6.2",
1415
"standard": "^11.0.1",
1516
"tape": "^4.9.1"
1617
},
@@ -25,6 +26,7 @@
2526
"main": "lib/SCX",
2627
"repository": "goto-bus-stop/genie-scx",
2728
"scripts": {
29+
"prepare": "rimraf lib && npm run build",
2830
"build": "buble src -o lib",
2931
"test": "node -r buble/register test && standard"
3032
}

0 commit comments

Comments
 (0)