Skip to content

Commit

Permalink
0.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 29, 2018
1 parent e735244 commit ae7ea93
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test/files
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# genie-scx change log

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.0.0-alpha.0
* Initial release for use in [genie-explorer](https://github.com/goto-bus-stop/genie-explorer). This project is still very incomplete.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "genie-scx",
"description": ".SCX scenario file reader.",
"version": "0.0.0",
"version": "0.0.0-alpha.0",
"author": "goto-bus-stop <[email protected]>",
"bugs": "https://github.com/goto-bus-stop/genie-scx/issues",
"dependencies": {
Expand All @@ -11,6 +11,7 @@
},
"devDependencies": {
"buble": "^0.19.3",
"rimraf": "^2.6.2",
"standard": "^11.0.1",
"tape": "^4.9.1"
},
Expand All @@ -25,6 +26,7 @@
"main": "lib/SCX",
"repository": "goto-bus-stop/genie-scx",
"scripts": {
"prepare": "rimraf lib && npm run build",
"build": "buble src -o lib",
"test": "node -r buble/register test && standard"
}
Expand Down

0 comments on commit ae7ea93

Please sign in to comment.