File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ node_modules
Original file line number Diff line number Diff line change 1- @kaoscript/runtime
1+ [ @kaoscript/runtime ] ( https://github.com/kaoscript/runtime )
22=================================================================
33
4- * @kaoscript/runtime * provides the runtime for Kaoscript
4+ [ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE )
5+
6+ The default runtime for ** kaoscript** .
7+
8+ Dodumentation is available at [ kaoscript] ( https://github.com/kaoscript/kaoscript ) .
9+
10+ Changelog
11+ ---------
12+
13+ ### 0.2.0
14+
15+ - remove use of native classes
16+ - move classes methods into the ` Helper ` object
17+
18+ ### 0.1.0
19+
20+ - initial release
521
622License
723-------
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " @kaoscript/runtime" ,
3- "description" : " Runtime for Kaoscript " ,
4- "version" : " 0.1 .0" ,
3+ "description" : " The default runtime for kaoscript " ,
4+ "version" : " 0.2 .0" ,
55 "author" : {
66 "name" : " Baptiste Augrain" ,
77 "email" : " daiyam@zokugun.org"
1919 "url" : " http://www.opensource.org/licenses/mit-license.php"
2020 }
2121 ],
22- "main" : " build/runtime.js" ,
22+ "engines" : {
23+ "node" : " >= 6.0.0"
24+ },
25+ "main" : " src/runtime.js" ,
2326 "files" : [
2427 " build" ,
2528 " src"
2831 },
2932 "devDependencies" : {
3033 },
31- "engines" : {
32- "node" : " >= 6.0.0"
33- },
34- "kaoscript" : {
35- "main" : " src/runtime.ks"
34+ "scripts" : {
3635 }
3736}
You can’t perform that action at this time.
0 commit comments