Skip to content

Commit ccccc32

Browse files
committed
Merge commits from @pi0
1 parent f262e96 commit ccccc32

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ node_modules
66
.vscode
77
.DS_STORE
88
coverage
9-
dist
9+
dist
10+
*.swp

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# @nuxtjs/python
22
[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/python/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/python)
33
[![npm](https://img.shields.io/npm/dt/@nuxtjs/python.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/python)
4-
[![CircleCI](https://img.shields.io/circleci/project/github/https://github.com/nuxt-community/python-module.svg?style=flat-square)](https://circleci.com/gh/https://github.com/nuxt-community/python-module)
5-
[![Codecov](https://img.shields.io/codecov/c/github/https://github.com/nuxt-community/python-module.svg?style=flat-square)](https://codecov.io/gh/https://github.com/nuxt-community/python-module)
6-
[![Dependencies](https://david-dm.org/https://github.com/nuxt-community/python-module/status.svg?style=flat-square)](https://david-dm.org/https://github.com/nuxt-community/python-module)
4+
[![CircleCI](https://img.shields.io/circleci/project/nuxt-community/python-module.svg?style=flat-square)](https://circleci.com/gh/nuxt-community/python-module)
5+
[![Codecov](https://img.shields.io/codecov/c/github/nuxt-community/python-module.svg?style=flat-square)](https://codecov.io/gh/nuxt-community/python-module)
6+
[![Dependencies](https://david-dm.org/nuxt-community/python-module/status.svg?style=flat-square)](https://david-dm.org/nuxt-community/python-module)
77
[![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com)
88

99
> Write Nuxt.js Apps in Python
@@ -12,7 +12,7 @@
1212

1313
## Features
1414

15-
- Write Nuxt.js applications without using Python!
15+
- Write Nuxt.js applications using Python!
1616
- Currently only supports custom Javascripthon but in the future other compilers will also be expected to work.
1717

1818
## Setup

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"main": "lib/module.js",
12-
"repository": "https://github.com/https://github.com/nuxt-community/python-module",
12+
"repository": "https://github.com/nuxt-community/python-module",
1313
"publishConfig": {
1414
"access": "public"
1515
},

yarn.lock

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4576,8 +4576,8 @@ mime@^2.1.0:
45764576
resolved "https://registry.yarnpkg.com/mime/-/mime-2.2.0.tgz#161e541965551d3b549fa1114391e3a3d55b923b"
45774577

45784578
mimic-fn@^1.0.0:
4579-
version "1.1.0"
4580-
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
4579+
version "1.2.0"
4580+
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
45814581

45824582
minimalistic-assert@^1.0.0:
45834583
version "1.0.0"
@@ -4700,6 +4700,10 @@ no-case@^2.2.0:
47004700
dependencies:
47014701
lower-case "^1.1.1"
47024702

4703+
node-cmd@^3.0.0:
4704+
version "3.0.0"
4705+
resolved "https://registry.yarnpkg.com/node-cmd/-/node-cmd-3.0.0.tgz#38fff70a4aaa4f659d203eb57862737018e24f6f"
4706+
47034707
node-fetch@1.6.3:
47044708
version "1.6.3"
47054709
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.6.3.tgz#dc234edd6489982d58e8f0db4f695029abcd8c04"
@@ -5901,6 +5905,13 @@ punycode@^2.1.0:
59015905
version "2.1.0"
59025906
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz#5f863edc89b96db09074bad7947bf09056ca4e7d"
59035907

5908+
py-loader@martim00/python-webpack-loader:
5909+
version "0.3.1"
5910+
resolved "https://codeload.github.com/martim00/python-webpack-loader/tar.gz/252cf26e6715aea35238a2a8b1823bb353844e14"
5911+
dependencies:
5912+
loader-utils "^1.1.0"
5913+
node-cmd "^3.0.0"
5914+
59045915
q@^1.1.2, q@^1.4.1:
59055916
version "1.5.1"
59065917
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"

0 commit comments

Comments
 (0)