##// END OF EJS Templates
minor changes
cin -
r6:c0b994121952 default
parent child
Show More
@@ -0,0 +1,5
1 import * as test from 'tape';
2
3 test('simple', function(assert){
4 assert.pass("I'm alive");
5 }); No newline at end of file
@@ -0,0 +1,11
1 {
2 "compilerOptions": {
3 "target": "es5",
4 "module": "amd",
5 "sourceMap": true,
6 "outDir" : "build/test"
7 },
8 "include" : [
9 "test/ts/**/*.ts"
10 ]
11 } No newline at end of file
@@ -11,12 +11,18
11 11 "dependency injection"
12 12 ],
13 13 "author": "Implab team",
14 "license": "BSD",
14 "license": "BSD-2-Clause",
15 15 "repository": "https://bitbucket.org/implab/implabjs",
16 16 "publishConfig": {
17 17 "access": "public"
18 18 },
19 19 "dependencies": {
20 20 "dojo": "^1.10.0"
21 },
22 "devDependencies": {
23 "typescript": "latest",
24 "tape": "latest",
25 "@types/tape": "latest",
26 "requirejs": "latest"
21 27 }
22 28 }
General Comments 0
You need to be logged in to leave comments. Login now