Skip to content

Commit

Permalink
remove cdn from npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
onca-vega committed Feb 15, 2021
1 parent 214a2ef commit 1bba761
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ README.md
karma.conf.js
test/
app/
build/cdn/
webpack.config.js

# Logs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Neysla
[![NPM](https://nodei.co/npm/neysla.png?mini=true)](https://www.npmjs.com/package/neysla)
[![Node version](https://img.shields.io/badge/package-v3.5.15-orange.svg)](https://www.npmjs.com/package/neysla)
[![Node version](https://img.shields.io/badge/package-v3.5.16-orange.svg)](https://www.npmjs.com/package/neysla)
[![Dependencies](https://img.shields.io/badge/dependencies-none-green.svg)](https://www.npmjs.com/package/neysla)
[![Build](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://travis-ci.org/onca-vega/Neysla)
[![Coverage Status](https://coveralls.io/repos/github/onca-vega/Neysla/badge.svg?branch=master)](https://coveralls.io/github/onca-vega/Neysla?branch=master)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neysla",
"version": "3.5.15",
"version": "3.5.16",
"description": "Promise based HTTP RESTful API resources modeler for the browser",
"main": "build/module/neysla.min.js",
"scripts": {
Expand Down

0 comments on commit 1bba761

Please sign in to comment.