Skip to content

Commit

Permalink
Migrate to system js
Browse files Browse the repository at this point in the history
  • Loading branch information
nidin committed Feb 16, 2016
1 parent a818b58 commit d8e19c3
Show file tree
Hide file tree
Showing 72 changed files with 4,541 additions and 6,462 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ node_js:
install:
- "npm install"
script:
- 'gulp'
- 'node ./node_modules/typescript/bin/tsc -p ./'
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) <year> <copyright holders>
Copyright (c) 2016 Nidin Vinayakan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1,983 changes: 0 additions & 1,983 deletions build/es5/ByteArray.js

This file was deleted.

1 change: 0 additions & 1 deletion build/es5/ByteArray.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion build/es6/ByteArray.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var del = require('del');
var build_path = "build";
var paths = {
ts_files: [
'src/ByteArray.ts'
'src/DataArray.ts'
],
ts_classes: ['ByteArray'],
js_scripts: [build_path+'/**/*.js']
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "TS-ByteArray",
"name": "DataArray",
"version": "1.3.0",
"description": "ActionScript3 ByteArray API for JavaScript",
"main": "src/ByteArray.ts",
"bin": {
"TS-ByteArray": "ByteArrayTest.js"
},
"description": "Extended ActionScript3 ByteArray API for JavaScript",
"main": "src/nid/utils/DataArray.ts",
"directories": {
"test": "test"
},
Expand All @@ -15,22 +12,24 @@
},
"repository": {
"type": "git",
"url": "https://github.com/nidin/TS-ByteArray.git"
"url": "https://github.com/nidin/DataArray.git"
},
"keywords": [
"javascript",
"typescript",
"dataarray",
"bytearray"
],
"author": "Nidin Vinayakan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nidin/TS-ByteArray/issues"
"url": "https://github.com/nidin/DataArray/issues"
},
"homepage": "https://github.com/nidin/TS-ByteArray",
"homepage": "https://github.com/nidin/DataArray",
"devDependencies": {
"bower":"1.5.3",
"typescript":"1.5.3",
"typescript": "^1.7.5",
"systemjs": "0.19.6",
"gulp":"3.9.0",
"gulp-shell":"0.4.3",
"gulp-uglify":"1.4.1",
Expand Down
Loading

0 comments on commit d8e19c3

Please sign in to comment.