@symbo.ls/init 2.7.5 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@symbo.ls/init",
3
- "version": "2.7.5",
3
+ "version": "2.8.0",
4
4
  "license": "MIT",
5
- "gitHead": "54fa6500c697604b3f48ba33a573545d7bff35fa",
6
- "source": "src/index.js",
7
- "main": "src/index.js",
5
+ "gitHead": "8c30d75c787deaaaf0cf1a3715116177023a1f65",
6
+ "source": "index.js",
7
+ "main": "index.js",
8
8
  "targets": {
9
9
  "main": {
10
10
  "context": "browser",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "scripts": {
22
22
  "prebuild": "rm -rf dist .parcel-cache",
23
- "build": "parcel build src/index.js",
23
+ "build": "parcel build index.js",
24
24
  "build:watch": "nodemon --exec \"yarn build\" --ignore 'dist/*' --watch ..",
25
25
  "test:lint": "npx standard \"packages/**/*.js\"",
26
26
  "test": "echo running all tests is not supported, maybe run: \"yarn test:lint\"",
package/src/dynamic.json DELETED
@@ -1 +0,0 @@
1
- {}