mirror of
https://github.com/retailcrm/vue-i18n-loader.git
synced 2025-04-19 17:00:57 +00:00
Compare commits
No commits in common. "master" and "v0.0.1" have entirely different histories.
5 changed files with 3 additions and 33 deletions
16
.github/workflows/github-actions.yml
vendored
16
.github/workflows/github-actions.yml
vendored
|
@ -1,16 +0,0 @@
|
|||
name: Tests
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Using branch ${{ github.ref }} for repository ${{ github.repository }}."
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
||||
- run: chmod 777 .
|
||||
- run: docker-compose pull
|
||||
- run: docker-compose run --rm node yarn install
|
||||
- run: docker-compose run --rm node yarn test
|
|
@ -2,13 +2,6 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.0.2](https://github.com/retailcrm/vue-formulario/compare/v0.0.1...v0.0.2) (2021-11-18)
|
||||
|
||||
|
||||
### Fixes
|
||||
|
||||
* main entry ([7fb33aa](https://github.com/retailcrm/vue-formulario/commit/7fb33aa90f1911848544c37d43557c3994b51094))
|
||||
|
||||
### 0.0.1 (2021-11-18)
|
||||
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
version: '3.6'
|
||||
services:
|
||||
node:
|
||||
image: node:12-alpine
|
||||
user: node
|
||||
volumes:
|
||||
- ./:/var/www/vue-i18n-loader
|
||||
working_dir: /var/www/vue-i18n-loader
|
1
index.js
Normal file
1
index.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "@retailcrm/vue-i18n-loader",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.1",
|
||||
"description": "Webpack loader for vue i18n custom block",
|
||||
"license": "MIT",
|
||||
"main": "lib/loader.js",
|
||||
"main": "index.js",
|
||||
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Reference in a new issue