Skip to content

Commit d99c306

Browse files
committed
update versions, scripts
1 parent 4c3787f commit d99c306

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@activewidgets/angular",
33
"version": "0.0.6",
44
"description": "Datagrid component for angular",
5-
"author": "[email protected]",
5+
"author": "ActiveWidgets SARL",
66
"license": "MIT",
77
"main": "./dist/ax-angular.umd.js",
88
"module": "./dist/ax-angular.esm.js",
@@ -17,36 +17,36 @@
1717
],
1818
"scripts": {
1919
"build": "npm run build:js && npm run build:source && npm run build:aot && rimraf tmp ",
20+
"build:js": "rimraf dist && rollup -c",
2021
"build:source": "node config/source.js",
21-
"build:js": "rollup -c",
2222
"build:aot": "ngc -p config/aot.json",
23-
"public": "parcel build examples/index.html -d public --no-minify",
23+
"public": "npm run build && rimraf public && parcel build examples/index.html -d public",
2424
"start": "parcel examples/index.html -d public --open",
25-
"test": "npm run build && npm run public && jest"
25+
"test": "npm run public && jest"
2626
},
2727
"dependencies": {
28-
"@activewidgets/frameworks": "https://cdn.activewidgets.com/packages/frameworks-0.0.6.tgz",
29-
"@activewidgets/datagrid": "https://cdn.activewidgets.com/packages/datagrid-0.0.6.tgz",
28+
"@activewidgets/frameworks": "0.0.8",
29+
"@activewidgets/datagrid": "0.0.8",
3030
"@angular/core": "*"
3131
},
3232
"devDependencies": {
33-
"@activewidgets/options": "0.0.6",
34-
"@activewidgets/puppeteer": "^0.0.3",
35-
"@activewidgets/testing": "^0.0.1",
36-
"@angular/common": "^8.0.0",
37-
"@angular/compiler": "^8.0.0",
38-
"@angular/compiler-cli": "^8.0.0",
39-
"@angular/platform-browser": "^8.0.0",
40-
"@angular/platform-browser-dynamic": "^8.0.0",
41-
"@babel/core": "^7.0.0",
42-
"@babel/preset-env": "^7.0.0",
43-
"ng-dynamic-component": "^5.0.0",
44-
"parcel": "^1.0.0",
45-
"rimraf": "^2.0.0",
46-
"rollup": "^1.0.0",
47-
"rollup-plugin-babel": "^4.0.0",
48-
"rollup-plugin-node-resolve": "^4.0.0",
49-
"rxjs": "^6.0.0",
33+
"@activewidgets/options": "0.0.8",
34+
"@activewidgets/puppeteer": "0.0.3",
35+
"@activewidgets/testing": "0.0.1",
36+
"@angular/common": "^8",
37+
"@angular/compiler": "^8",
38+
"@angular/compiler-cli": "^8",
39+
"@angular/platform-browser": "^8",
40+
"@angular/platform-browser-dynamic": "^8",
41+
"@babel/core": "^7",
42+
"@babel/preset-env": "^7",
43+
"ng-dynamic-component": "^5",
44+
"parcel": "^1",
45+
"rimraf": "^3",
46+
"rollup": "^1.20",
47+
"rollup-plugin-babel": "^4",
48+
"rollup-plugin-node-resolve": "^4",
49+
"rxjs": "^6",
5050
"typescript": ">=3.4 <3.6",
5151
"zone.js": "~0.9.1"
5252
},

0 commit comments

Comments
 (0)