Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit bd598ea

Browse files
author
Travis CI
committed
Merge branch 'release/0.0.1'
2 parents 148d8a7 + 495194a commit bd598ea

File tree

5 files changed

+1688
-207
lines changed

5 files changed

+1688
-207
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "10"
4+
before_install:
5+
- npm install -g [email protected]

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 0.0.1 (2019-01-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Update dependencies ([fe50851](https://github.com/rucken/ionic/commit/fe50851))
7+
8+
9+

libs/rucken/ionic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@rucken/ionic",
3+
"version": "0.0.1",
34
"engines": {
45
"node": ">=10",
56
"npm": ">=6.4.0"
67
},
7-
"private": true,
88
"license": "MIT",
99
"author": "EndyKaufman <[email protected]>",
1010
"description": "Admin UI for Ionic4 with Angular7+ mobile application",

0 commit comments

Comments
 (0)