ode-ngjs-front
Advanced tools
Comparing version 0.1.0-explorer.4 to 0.2.0-explorer.0
@@ -1,3 +0,4 @@ | ||
/** Sample directive */ | ||
export * as SaySomethingDirective from '../examples/say-something.directive'; | ||
/** Samples are grouped within a submodule ("as Samples"), for clarity. */ | ||
export * as Samples from './samples/index'; | ||
export * from './directives/index'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "ode-ngjs-front", | ||
"version": "0.1.0-explorer.4", | ||
"version": "0.2.0-explorer.0", | ||
"description": "Open Digital Education Frontend Framework", | ||
@@ -8,12 +8,12 @@ "main": "dist/ts/index.js", | ||
"scripts": { | ||
"copy-libs": "cpx \"node_modules/{angular,angular-*,html5-boilerplate/dist}/**/*\" lib -C", | ||
"compile": "npx tsc --build ./tsconfig.json", | ||
"test": "npm run copy-libs && npm run compile", | ||
"test": "npm run compile && npm run jasmine", | ||
"jasmine": "npx jasmine --config=src/test/config/jasmine.json", | ||
"karma": "npx karma start src/test/config/karma.js", | ||
"build": "npx webpack" | ||
"build": "npx webpack", | ||
"watch": "npx webpack --config webpack.config.watch.js --env build_target=${npm_config_springboard} --watch" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jcbe-ode/ode-ngjs-front.git" | ||
"url": "git+https://github.com/opendigitaleducation/ode-ngjs-front.git" | ||
}, | ||
@@ -23,5 +23,5 @@ "author": "Open Digital Education", | ||
"bugs": { | ||
"url": "https://github.com/jcbe-ode/ode-ngjs-front/issues" | ||
"url": "https://github.com/opendigitaleducation/ode-ngjs-front/issues" | ||
}, | ||
"homepage": "https://github.com/jcbe-ode/ode-ngjs-front#readme", | ||
"homepage": "https://github.com/opendigitaleducation/ode-ngjs-front#readme", | ||
"files": [ | ||
@@ -42,3 +42,4 @@ "dist/ts/**/*", | ||
"angular-mocks": "^1.7.9", | ||
"cpx": "^1.5.0", | ||
"file-loader": "^6.2.0", | ||
"html-loader": "^2.1.2", | ||
"http-server": "^0.12.3", | ||
@@ -51,2 +52,3 @@ "jasmine-core": "^3.6.0", | ||
"terser-webpack-plugin": "^5.1.1", | ||
"ts-loader": "^8.0.18", | ||
"typescript": "^4.2.2", | ||
@@ -53,0 +55,0 @@ "webpack": "^5.22.0", |
Sorry, the diff of this file is not supported yet
12
6422
17
59